Beispiel #1
0
 public bool AdminLogin(string userName, string password)
 {
     return(aAdminGateway.AdminLogin(userName, password));
 }