Ejemplo n.º 1
0
 //looks if the user is in the database
 public bool IsUserInDB(string uni)
 {
     return sql.IsUserInDB(uni);
 }