Ejemplo n.º 1
0
 public CodeMasterInboundMgr(IUomMgr uomMgr,
                             IDssImportHistoryMgr dssImportHistoryMgr,
                             IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.uomMgr = uomMgr;
 }
Ejemplo n.º 2
0
 public CodeMasterInboundMgr(IUomMgr uomMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.uomMgr = uomMgr;
 }
Ejemplo n.º 3
0
 public EDIMgr(IGenericMgr genericMgr, INumberControlMgr numberControlMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr, IOrderMgr orderMgr)
 {
     this.genericMgr = genericMgr;
     this.numberControlMgr = numberControlMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
     this.orderMgr = orderMgr;
 }
Ejemplo n.º 4
0
 public BomInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
 }
Ejemplo n.º 5
0
 public MaterialFlushBackMgr(
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IHuMgr huMgr,
     IGenericMgr genericMgr)
 {
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.huMgr = huMgr;
     this.genericMgr = genericMgr;
 }
Ejemplo n.º 6
0
 public MaterialFlushBackMgr(
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IHuMgr huMgr,
     IGenericMgr genericMgr)
 {
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.huMgr      = huMgr;
     this.genericMgr = genericMgr;
 }
 public UomConversionInboundMgr(IItemMgr itemMgr,
                                IUomMgr uomMgr,
                                IUomConversionMgr uomConversionMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.uomMgr           = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
Ejemplo n.º 8
0
 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 UomConversionInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
    IItemReferenceMgr itemReferenceMgr,
     IUserMgr userMgr,
      IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
                                IItemReferenceMgr itemReferenceMgr,
                                IUserMgr userMgr,
                                IPartyMgr partyMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr          = userMgr;
     this.partyMgr         = partyMgr;
 }
Ejemplo n.º 12
0
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
     IUserMgr userMgr,
     IShipAddressMgr shipAddressMgr,
     IBillAddressMgr billAddressMgr,
     IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr = supplierMgr;
     this.userMgr = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr = partyMgr;
 }
Ejemplo n.º 13
0
 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;
 }
Ejemplo n.º 14
0
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
                           IUserMgr userMgr,
                           IShipAddressMgr shipAddressMgr,
                           IBillAddressMgr billAddressMgr,
                           IPartyMgr partyMgr,
                           IDssImportHistoryMgr dssImportHistoryMgr,
                           IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr    = supplierMgr;
     this.userMgr        = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr       = partyMgr;
 }
Ejemplo n.º 15
0
 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;
 }
Ejemplo n.º 16
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;
 }
Ejemplo n.º 17
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;
 }
Ejemplo n.º 18
0
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.userMgr                     = userMgr;
     this.huMgr                       = huMgr;
     this.numberControlMgr            = numberControlMgr;
     this.orderManager                = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr         = dssImportHistoryMgr;
 }
Ejemplo n.º 19
0
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
     this.huMgr = huMgr;
     this.numberControlMgr = numberControlMgr;
     this.orderManager = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr = dssImportHistoryMgr;
 }
Ejemplo n.º 20
0
 public PriceListInboundMgr(IPriceListMgr priceListMgr,
     IUserMgr userMgr, IPartyMgr partyMgr,
     IItemMgr itemMgr, IUomMgr uomMgr,
     ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
     ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     ISupplierMgr supplierMgr,
     ICustomerMgr customerMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr = priceListMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.currencyMgr = currencyMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.salesPriceListMgr = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr = supplierMgr;
     this.customerMgr = customerMgr;
 }
Ejemplo n.º 21
0
 public PriceListInboundMgr(IPriceListMgr priceListMgr,
                            IUserMgr userMgr, IPartyMgr partyMgr,
                            IItemMgr itemMgr, IUomMgr uomMgr,
                            ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
                            ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            ISupplierMgr supplierMgr,
                            ICustomerMgr customerMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr         = priceListMgr;
     this.userMgr              = userMgr;
     this.partyMgr             = partyMgr;
     this.itemMgr              = itemMgr;
     this.uomMgr               = uomMgr;
     this.currencyMgr          = currencyMgr;
     this.priceListDetailMgr   = priceListDetailMgr;
     this.salesPriceListMgr    = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr          = supplierMgr;
     this.customerMgr          = customerMgr;
 }
Ejemplo n.º 22
0
 public AbstractInboundMgr(IDssImportHistoryMgr dssImportHistoryMgr, IGenericMgr genericMgr)
 {
     this.dssImportHistoryMgr = dssImportHistoryMgr;
     this.genericMgr = genericMgr;
 }
Ejemplo n.º 23
0
 public AbstractInboundMgr(IDssImportHistoryMgr dssImportHistoryMgr, IGenericMgr genericMgr)
 {
     this.dssImportHistoryMgr = dssImportHistoryMgr;
     this.genericMgr          = genericMgr;
 }