Ejemplo n.º 1
0
 //udates the connetion between the user and the group
 public bool UpdateUserinfoToTeam(string uni, int teamID, int UpdateTo)
 {
     return sql.UpdateUserinfoToTeam(uni, teamID, UpdateTo);
 }