コード例 #1
0
 public bool DeleteGroup(int groupId)
 {
     return(_groupManagement.DeleteGroup(groupId));
 }