public ItemFlowPlanDetailMgr(
     IItemFlowPlanDetailDao entityDao,
     ICriteriaMgr CriteriaMgr,
     IItemFlowPlanTrackMgr ItemFlowPlanTrackMgr,
     ILocationDetailMgr LocationDetailMgr,
     IWorkCalendarMgr WorkCalendarMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
     this.ItemFlowPlanTrackMgr = ItemFlowPlanTrackMgr;
     this.LocationDetailMgr = LocationDetailMgr;
     this.WorkCalendarMgr = WorkCalendarMgr;
 }
Esempio n. 2
0
 public ItemFlowPlanDetailMgr(
     IItemFlowPlanDetailDao entityDao,
     ICriteriaMgr CriteriaMgr,
     IItemFlowPlanTrackMgr ItemFlowPlanTrackMgr,
     ILocationDetailMgr LocationDetailMgr,
     IWorkCalendarMgr WorkCalendarMgr)
     : base(entityDao)
 {
     this.CriteriaMgr          = CriteriaMgr;
     this.ItemFlowPlanTrackMgr = ItemFlowPlanTrackMgr;
     this.LocationDetailMgr    = LocationDetailMgr;
     this.WorkCalendarMgr      = WorkCalendarMgr;
 }
Esempio n. 3
0
 public ItemFlowPlanDetailBaseMgr(IItemFlowPlanDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public ItemFlowPlanDetailBaseMgr(IItemFlowPlanDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }