Exemple #1
0
 public bool UserExist(string username, string password)
 {
     return(lCtrl.UserExist(username, password));
 }