Example #1
0
 //remove user from db
 public void RemoveUser(string UNI)
 {
     sql.RemoveUser(UNI);
 }