Ejemplo n.º 1
0
        //Custom Code End

        //Custom Code Start | Replaced Code Block
        //Replaced Code Block Start
        //public OutboundCarrierManifestsRepository(OutboundCarrierManifestsDB context, OutboundCarrierManifestPickupsDB contextOutboundCarrierManifestPickups, OutboundShipmentsDB contextOutboundShipments)
        //Replaced Code Block End
        public OutboundCarrierManifestsRepository(OutboundCarrierManifestsDB context, OutboundCarrierManifestPickupsDB contextOutboundCarrierManifestPickups, OutboundShipmentsDB contextOutboundShipments, ILocationFunctionsRepository locationfunctionsRepository)
        //Custom Code End
        {
            _context = context;
            _contextOutboundCarrierManifestPickups = contextOutboundCarrierManifestPickups;
            _contextOutboundShipments = contextOutboundShipments;
            //Custom Code Start | Added Code Block
            _locationfunctionsRepository = locationfunctionsRepository;
            //Custom Code End
        }
 public StatusesRepository(StatusesDB context, DocumentsDB contextDocuments, HandlingUnitsDB contextHandlingUnits, HandlingUnitsShippingDB contextHandlingUnitsShipping, InboundOrderLinesDB contextInboundOrderLines, InboundOrdersDB contextInboundOrders, InventoryUnitsDB contextInventoryUnits, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, OutboundCarrierManifestPickupsDB contextOutboundCarrierManifestPickups, OutboundCarrierManifestsDB contextOutboundCarrierManifests, OutboundOrderLinePackingDB contextOutboundOrderLinePacking, OutboundOrderLinesDB contextOutboundOrderLines, OutboundOrderLinesInventoryAllocationDB contextOutboundOrderLinesInventoryAllocation, OutboundOrdersDB contextOutboundOrders, OutboundShipmentsDB contextOutboundShipments, PickBatchesDB contextPickBatches, PickBatchPickingDB contextPickBatchPicking, ReceivingDB contextReceiving)
 {
     _context                                      = context;
     _contextDocuments                             = contextDocuments;
     _contextHandlingUnits                         = contextHandlingUnits;
     _contextHandlingUnitsShipping                 = contextHandlingUnitsShipping;
     _contextInboundOrderLines                     = contextInboundOrderLines;
     _contextInboundOrders                         = contextInboundOrders;
     _contextInventoryUnits                        = contextInventoryUnits;
     _contextInventoryUnitTransactions             = contextInventoryUnitTransactions;
     _contextMoveQueues                            = contextMoveQueues;
     _contextOutboundCarrierManifestPickups        = contextOutboundCarrierManifestPickups;
     _contextOutboundCarrierManifests              = contextOutboundCarrierManifests;
     _contextOutboundOrderLinePacking              = contextOutboundOrderLinePacking;
     _contextOutboundOrderLines                    = contextOutboundOrderLines;
     _contextOutboundOrderLinesInventoryAllocation = contextOutboundOrderLinesInventoryAllocation;
     _contextOutboundOrders                        = contextOutboundOrders;
     _contextOutboundShipments                     = contextOutboundShipments;
     _contextPickBatches                           = contextPickBatches;
     _contextPickBatchPicking                      = contextPickBatchPicking;
     _contextReceiving                             = contextReceiving;
 }
Ejemplo n.º 3
0
 public OutboundCarrierManifestPickupsRepository(OutboundCarrierManifestPickupsDB context)
 {
     _context = context;
 }