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