public WorkCalendarMgr(ICriteriaMgr criteriaMgr, IWorkdayMgr WorkdayMgr, ISpecialTimeMgr SpecialTimeMgr, IShiftMgr ShiftMgr, IWorkdayShiftMgr WorkdayShiftMgr) { this.criteriaMgr = criteriaMgr; this.WorkdayMgr = WorkdayMgr; this.ShiftMgr = ShiftMgr; this.SpecialTimeMgr = SpecialTimeMgr; this.WorkdayShiftMgr = WorkdayShiftMgr; }