Exemple #1
0
 //looks if the user is admin in the group
 public bool IsUserAdminInGroup(string uni, int teamID)
 {
     return sql.IsUserAdminInGroup(uni, teamID);
 }