Exemple #1
0
 public List <UnlockUsers> GetUnlockUsers(string UserName, Int64 IsDisabled)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetUnlockUsers(UserName, IsDisabled));
     }
     catch (Exception)
     {
         throw;
     }
 }