Exemplo n.º 1
0
 //adds a person to the database
 public bool AddToDatabase(string uni)
 {
     return sql.MakeUser(uni);
 }