Ejemplo n.º 1
0
 public static Account Authorize(string loginName, string password)
 {
     return(AccountDB.Authorze(loginName, password));
 }