public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
Exemple #2
0
 public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
Exemple #3
0
 public ItemFlowPlanTrackBaseMgr(IItemFlowPlanTrackDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public ItemFlowPlanTrackBaseMgr(IItemFlowPlanTrackDao entityDao)
 {
     this.entityDao = entityDao;
 }