Exemple #1
0
 public DataTable ValidateUser(string user, string password)
 {
     return(daLogin.ValidateUser(user, password));
 }