Beispiel #1
0
 public bool isCorrect(string username, string password)
 {
     if (dl.isExistUser(username, password))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }