public OrderPlannedBackflushMgr(IOrderPlannedBackflushDao entityDao,
     ICriteriaMgr criteriaMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.hqlMgr = hqlMgr;
 }
 public OrderPlannedBackflushMgr(IOrderPlannedBackflushDao entityDao,
                                 ICriteriaMgr criteriaMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.hqlMgr      = hqlMgr;
 }
예제 #3
0
 public UserMgr(IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.userPermissionMgr = userPermissionMgr;
     this.userRoleMgr = userRoleMgr;
     this.rolePermissionMgr = rolePermissionMgr;
     this.hqlMgr = hqlMgr;
 }
예제 #4
0
 public UserMgr(IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.userPermissionMgr = userPermissionMgr;
     this.userRoleMgr       = userRoleMgr;
     this.rolePermissionMgr = rolePermissionMgr;
     this.hqlMgr            = hqlMgr;
 }
 public TransportationOrderCompleteJob(
     ITransportationOrderMgr transportationOrderMgr,
     IUserMgr userMgr,
     IHqlMgr hqlMgr)
 {
     this.transportationOrderMgr = transportationOrderMgr;
     this.userMgr = userMgr;
     this.hqlMgr = hqlMgr;
 }
 public TransportationOrderCompleteJob(
     ITransportationOrderMgr transportationOrderMgr,
     IUserMgr userMgr,
     IHqlMgr hqlMgr)
 {
     this.transportationOrderMgr = transportationOrderMgr;
     this.userMgr = userMgr;
     this.hqlMgr  = hqlMgr;
 }
예제 #7
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;
 }
예제 #8
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;
 }