Exemple #1
0
 //Johan Sakshaug
 //Returns true if user with the given username and password exists in the database, returns false if not
 public bool userInDb(UserDTO inUser)
 {
     return(dal.Bruker_i_DB(inUser));
 }