Beispiel #1
0
 public override void Reset()
 {
     _cacheService.ResetCache();
     _departmentService.ResetCache();
     _settingService.ResetCache();
     _expressionService.ResetCache();
     _lastTwoWorkPeriods = null;
     _terminal           = null;
 }