public OrderPlannedBackflushMgr(IOrderPlannedBackflushDao entityDao, ICriteriaMgr criteriaMgr, IHqlMgr hqlMgr) : base(entityDao) { this.criteriaMgr = criteriaMgr; this.hqlMgr = hqlMgr; }
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 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; }