Exemplo n.º 1
0
 private bool AnyUserInGroup(ulong id)
 {
     UserService userServ = new UserService();
     return userServ.AnyUserInGroup(id);
 }