Ejemplo n.º 1
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;
 }
 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;
 }