public OrderOperationMgr(IOrderOperationDao entityDao, 
     IRoutingDetailMgr routingDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
Exemple #2
0
 public OrderOperationMgr(IOrderOperationDao entityDao,
                          IRoutingDetailMgr routingDetailMgr,
                          ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr      = criteriaMgr;
 }
Exemple #3
0
 public OrderOperationBaseMgr(IOrderOperationDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public OrderOperationBaseMgr(IOrderOperationDao entityDao)
 {
     this.entityDao = entityDao;
 }