Exemple #1
0
 public Group GetGroupById(int groupId)
 {
     return(_groupManagement.GetGroupById(groupId));
 }