Exemple #1
0
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
                       IOrderDetailDao entityDao,
                       IUomConversionMgr uomConversionMgr,
                       IBomMgr bomMgr,
                       IBomDetailMgr bomDetailMgr,
                       IRoutingDetailMgr routingDetailMgr,
                       IOrderOperationMgr orderOperationMgr,
                       IOrderLocationTransactionMgr orderLocationTransactionMgr,
                       IItemKitMgr itemKitMgr,
                       IItemReferenceMgr itemReferenceMgr,
                       ILocationMgr locationMgr,
                       ILocationDetailMgr LocationDetailMgr,
                       IPriceListDetailMgr priceListDetailMgr,
                       IEntityPreferenceMgr entityPreferenceMgr,
                       IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.bomMgr                      = bomMgr;
     this.bomDetailMgr                = bomDetailMgr;
     this.routingDetailMgr            = routingDetailMgr;
     this.orderOperationMgr           = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr                  = itemKitMgr;
     this.itemReferenceMgr            = itemReferenceMgr;
     this.locationMgr                 = locationMgr;
     this.LocationDetailMgr           = LocationDetailMgr;
     this.priceListDetailMgr          = priceListDetailMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.flowMgr                     = flowMgr;
 }
 public BomInboundMgr(IItemMgr itemMgr,
                      IUomMgr uomMgr,
                      IBomMgr bomMgr,
                      IDssImportHistoryMgr dssImportHistoryMgr,
                      IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr  = uomMgr;
     this.bomMgr  = bomMgr;
 }
 public BomInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
 }
Exemple #4
0
 public FlowMgr(IFlowDao entityDao,
                ICriteriaMgr criteriaMgr,
                IFlowDetailMgr flowDetailMgr,
                IBomMgr bomMgr,
                IBomDetailMgr bomDetailMgr,
                IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr        = bomMgr;
     this.bomDetailMgr  = bomDetailMgr;
     this.flowTrackMgr  = flowTrackMgr;
 }
Exemple #5
0
 public FlowMgr(IFlowDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.flowTrackMgr = flowTrackMgr;
 }
 public ItemInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IRoutingMgr routingMgr,
     IUserMgr userMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr = userMgr;
 }
 public ItemInboundMgr(IItemMgr itemMgr,
                       IUomMgr uomMgr,
                       IBomMgr bomMgr,
                       IRoutingMgr routingMgr,
                       IUserMgr userMgr,
                       IDssImportHistoryMgr dssImportHistoryMgr,
                       IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr    = itemMgr;
     this.uomMgr     = uomMgr;
     this.bomMgr     = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr    = userMgr;
 }
 public OrderLocationTransactionMgr(IOrderLocationTransactionDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IOrderOperationMgr orderOperationMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.huMgr = huMgr;
 }
 public OrderLocationTransactionMgr(IOrderLocationTransactionDao entityDao,
                                    ICriteriaMgr criteriaMgr,
                                    IUomConversionMgr uomConversionMgr,
                                    IBomMgr bomMgr,
                                    IBomDetailMgr bomDetailMgr,
                                    IOrderOperationMgr orderOperationMgr,
                                    IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr       = criteriaMgr;
     this.uomConversionMgr  = uomConversionMgr;
     this.bomMgr            = bomMgr;
     this.bomDetailMgr      = bomDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.huMgr             = huMgr;
 }
 public BomDetailMgr(IBomDetailDao entityDao,
     IBomMgr bomMgr,
     IItemKitMgr itemKitMgr,
     ICriteriaMgr criterialMgr,
     IUomConversionMgr uomConversionMgr,
     IRoutingMgr routingMgr,
     IRoutingDetailMgr routingDetailMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr = bomMgr;
     this.itemMgr = itemMgr;
     this.criterialMgr = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Exemple #11
0
 public BomDetailMgr(IBomDetailDao entityDao,
                     IBomMgr bomMgr,
                     IItemKitMgr itemKitMgr,
                     ICriteriaMgr criterialMgr,
                     IUomConversionMgr uomConversionMgr,
                     IRoutingMgr routingMgr,
                     IRoutingDetailMgr routingDetailMgr,
                     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr           = bomMgr;
     this.itemMgr          = itemMgr;
     this.criterialMgr     = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr       = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Exemple #12
0
 public BomDetailInboundMgr(IItemMgr itemMgr,
                            IUomMgr uomMgr,
                            IBomMgr bomMgr,
                            IUserMgr userMgr,
                            IBomDetailMgr bomDetailMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            IMesBomMgr mesBomMgr,
                            IMesBomDetailMgr mesBomDetailMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr         = itemMgr;
     this.uomMgr          = uomMgr;
     this.bomMgr          = bomMgr;
     this.userMgr         = userMgr;
     this.mesBomMgr       = mesBomMgr;
     this.bomDetailMgr    = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }
 public BomDetailInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IUserMgr userMgr,
     IBomDetailMgr bomDetailMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IMesBomMgr mesBomMgr,
     IMesBomDetailMgr mesBomDetailMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.userMgr = userMgr;
     this.mesBomMgr = mesBomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
     IOrderDetailDao entityDao,
     IUomConversionMgr uomConversionMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IRoutingDetailMgr routingDetailMgr,
     IOrderOperationMgr orderOperationMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IItemKitMgr itemKitMgr,
     IItemReferenceMgr itemReferenceMgr,
     ILocationMgr locationMgr,
     ILocationDetailMgr LocationDetailMgr,
     IPriceListDetailMgr priceListDetailMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.routingDetailMgr = routingDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr = itemKitMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.locationMgr = locationMgr;
     this.LocationDetailMgr = LocationDetailMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
 }