Exemplo n.º 1
0
 public DataTable Authenticate(string userName, string password)
 {
     return(readDataHandler.Authenticate(userName, password));
 }