Exemple #1
0
 public int GetNumberOfRequests(int id)
 {
     return(groupRequestService.GetGroupRequestsForGroup(id).Count());
 }