コード例 #1
0
 public ShiftPlanScheduleMgr(IShiftPlanScheduleDao entityDao,
                             ICriteriaMgr criteriaMgr,
                             IOrderMgr OrderMgr,
                             IShiftMgr ShiftMgr,
                             ILeanEngineMgr LeanEngineMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.OrderMgr      = OrderMgr;
     this.ShiftMgr      = ShiftMgr;
     this.LeanEngineMgr = LeanEngineMgr;
 }
コード例 #2
0
 public ShiftPlanScheduleMgr(IShiftPlanScheduleDao entityDao,
     ICriteriaMgr criteriaMgr,
     IOrderMgr OrderMgr,
     IShiftMgr ShiftMgr,
     ILeanEngineMgr LeanEngineMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.OrderMgr = OrderMgr;
     this.ShiftMgr = ShiftMgr;
     this.LeanEngineMgr = LeanEngineMgr;
 }
コード例 #3
0
 public ShiftPlanScheduleBaseMgr(IShiftPlanScheduleDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #4
0
 public ShiftPlanScheduleBaseMgr(IShiftPlanScheduleDao entityDao)
 {
     this.entityDao = entityDao;
 }