コード例 #1
0
 public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
コード例 #2
0
 public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
コード例 #3
0
 public ItemFlowPlanTrackBaseMgr(IItemFlowPlanTrackDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #4
0
 public ItemFlowPlanTrackBaseMgr(IItemFlowPlanTrackDao entityDao)
 {
     this.entityDao = entityDao;
 }