Exemple #1
0
 //removes the coonetion between the user and the group
 public bool RemoveConnetionToTeam(string uni, int teamID)
 {
     return sql.RemoveConnetionToTeam(uni, teamID);
 }