protected virtual void Init() { _weekplanningservice = _timeservice.EmployeeWeekTimePlanningService as EmployeeWeekTimePlanningService; _dayplanningservice = _timeservice.EmployeeDayStatePlanningService as EmployeeDayStatePlanningService; _worktimeservice = _timeservice.WorkingTimePlanningService as WorkingTimePlanningService; _absencetimeservice = _timeservice.AbsenceTimePlanningService as AbsenceTimePlanningService; }
public ExPlanningWorkingTime() { _service = ServerEnvironment.WorkingTimePlanningService as WorkingTimePlanningService; Debug.Assert(Service != null); }