Exemplo n.º 1
0
 public MesMgr(ICriteriaMgr criteriaMgr,
               IShelfMgr shelfMgr,
               IOrderLocationTransactionMgr orderLocationTransactionMgr,
               IOrderMgr orderMgr,
               IHqlMgr hqlMgr,
               IUserMgr userMgr,
               IFlowMgr flowMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shelfMgr    = shelfMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderMgr = orderMgr;
     this.hqlMgr   = hqlMgr;
     this.userMgr  = userMgr;
     this.flowMgr  = flowMgr;
 }
Exemplo n.º 2
0
 public MesMgr(ICriteriaMgr criteriaMgr,
                 IShelfMgr shelfMgr,
                 IOrderLocationTransactionMgr orderLocationTransactionMgr,
                 IOrderMgr orderMgr,
                 IHqlMgr hqlMgr,
                 IUserMgr userMgr,
                 IFlowMgr flowMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shelfMgr = shelfMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderMgr = orderMgr;
     this.hqlMgr = hqlMgr;
     this.userMgr = userMgr;
     this.flowMgr = flowMgr;
 }