Exemplo n.º 1
0
 public int GetUserCount(int GroupId)
 {
     return dal.GetUserCount(GroupId);
 }