Esempio n. 1
0
 public FlowMgr(IFlowDao entityDao,
                ICriteriaMgr criteriaMgr,
                IFlowDetailMgr flowDetailMgr,
                IBomMgr bomMgr,
                IBomDetailMgr bomDetailMgr,
                IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr        = bomMgr;
     this.bomDetailMgr  = bomDetailMgr;
     this.flowTrackMgr  = flowTrackMgr;
 }
Esempio n. 2
0
 public FlowMgr(IFlowDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.flowTrackMgr = flowTrackMgr;
 }