Example #1
0
 public FlowPlanMgr(IFlowPlanDao entityDao,
                    ICriteriaMgr criteriaMgr,
                    IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
Example #2
0
 public FlowPlanMgr(IFlowPlanDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
 public FlowPlanBaseMgr(IFlowPlanDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public FlowPlanBaseMgr(IFlowPlanDao entityDao)
 {
     this.entityDao = entityDao;
 }