Example #1
0
 public bool CheckLockStateNDate(Guid managerId)
 {
     try
     {
         return(OnlineCore.CheckLockState(managerId));
     }
     catch (Exception ex)
     {
         LogHelper.Insert(ex);
         return(false);
     }
 }
Example #2
0
 private bool CheckLockState(Guid managerId)
 {
     return(OnlineCore.CheckLockState(managerId));
 }