Ejemplo n.º 1
0
 public int Admin_Auth(string username, string password, int UserType)
 {
     try
     {
         int value = obj.AdminLogin(username, password, UserType);
         return(value);
     }
     catch (Exception)
     {
         throw;
     }
 }