Exemplo n.º 1
0
 public FlowDetailMgr(IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr)
     : base(entityDao)
 {
     this.flowDao = flowDao;
     this.criteriaMgr = criteriaMgr;
     this.flowDetailTrackMgr = flowDetailTrackMgr;
 }
Exemplo n.º 2
0
 public FlowDetailMgr(IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr)
     : base(entityDao)
 {
     this.flowDao            = flowDao;
     this.criteriaMgr        = criteriaMgr;
     this.flowDetailTrackMgr = flowDetailTrackMgr;
 }
Exemplo n.º 3
0
 public FlowDetailBaseMgr(IFlowDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemplo n.º 4
0
 public FlowDetailBaseMgr(IFlowDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }