Ejemplo n.º 1
0
 public bool DeleteGroup(int groupId)
 {
     return(_groupManagement.DeleteGroup(groupId));
 }