Exemplo n.º 1
0
 public bool UpdateUnLockUsers(string Lock, string unlock, string reset)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.UpdateUnLockUsers(Lock, unlock, reset));
     }
     catch (Exception)
     {
         throw;
     }
 }