Example #1
0
 public UserModel GetSysUser(string userName, string passWord)
 {
     try
     {
         return(loginServices.GetSysUser(userName, passWord));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }