Example #1
0
 public bool UpdateApplicationLock(string Lock, string unlock, string ViewRoles, string LockNotes)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.UpdateApplicationLock(Lock, unlock, ViewRoles, LockNotes));
     }
     catch (Exception)
     {
         throw;
     }
 }