DeleteGroup
Overloads
| Name | Description |
|---|---|
| DeleteGroup(int groupId) | GROUP ID로 해당 항목 삭제 |
| DeleteGroup(List<int> groupId) | GROUP ID로 해당 항목 삭제 |
DeleteGroup(int groupId)
public void DeleteGroup(int groupId)
GROUP ID로 해당 항목 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| groupId | int | GROUP ID |
DeleteGroup(List<int> groupId)
public void DeleteGroup(List<int> groupId)
GROUP ID로 해당 항목 삭제
Parameters
| Name | Type | Description |
|---|---|---|
| groupId | List<int> | GROUP ID |