public PickBatchesRepository(PickBatchesDB context, MoveQueuesDB contextMoveQueues, OutboundOrdersDB contextOutboundOrders, PickBatchPickingDB contextPickBatchPicking)
 {
     _context                 = context;
     _contextMoveQueues       = contextMoveQueues;
     _contextOutboundOrders   = contextOutboundOrders;
     _contextPickBatchPicking = contextPickBatchPicking;
 }
Beispiel #2
0
 public OutboundOrderLinesRepository(OutboundOrderLinesDB context, MoveQueuesDB contextMoveQueues, OutboundOrderLinePackingDB contextOutboundOrderLinePacking, OutboundOrderLinesInventoryAllocationDB contextOutboundOrderLinesInventoryAllocation)
 {
     _context           = context;
     _contextMoveQueues = contextMoveQueues;
     _contextOutboundOrderLinePacking = contextOutboundOrderLinePacking;
     _contextOutboundOrderLinesInventoryAllocation = contextOutboundOrderLinesInventoryAllocation;
 }
Beispiel #3
0
 public InventoryUnitsRepository(InventoryUnitsDB context, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, PickBatchPickingDB contextPickBatchPicking)
 {
     _context = context;
     _contextInventoryUnitTransactions = contextInventoryUnitTransactions;
     _contextMoveQueues       = contextMoveQueues;
     _contextPickBatchPicking = contextPickBatchPicking;
 }
Beispiel #4
0
        //Custom Code End

        //Custom Code Start | Replaced Code Block
        //Replaced Code Block Start
        //public InventoryLocationsRepository(InventoryLocationsDB context, InventoryLocationsSlottingDB contextInventoryLocationsSlotting, InventoryUnitsDB contextInventoryUnits, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, OutboundCarrierManifestsDB contextOutboundCarrierManifests, ReceivingDB contextReceiving)
        //Replaced Code Block End
        public InventoryLocationsRepository(InventoryLocationsDB context, InventoryLocationsSlottingDB contextInventoryLocationsSlotting, InventoryUnitsDB contextInventoryUnits, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, OutboundCarrierManifestsDB contextOutboundCarrierManifests, ReceivingDB contextReceiving, CommonlyUsedSelects commonlyUsedSelects)
        //Custom Code End
        {
            _context = context;
            _contextInventoryLocationsSlotting = contextInventoryLocationsSlotting;
            _contextInventoryUnits             = contextInventoryUnits;
            _contextInventoryUnitTransactions  = contextInventoryUnitTransactions;
            _contextMoveQueues = contextMoveQueues;
            _contextOutboundCarrierManifests = contextOutboundCarrierManifests;
            _contextReceiving = contextReceiving;
            //Custom Code Start | Added Code Block
            _commonlyUsedSelects = commonlyUsedSelects;
            //Custom Code End
        }
Beispiel #5
0
        //Custom Code End

        //Custom Code Start | Replaced Code Block
        //Replaced Code Block Start
        //public HandlingUnitsRepository(HandlingUnitsDB context, HandlingUnitsDB contextHandlingUnits, HandlingUnitsShippingDB contextHandlingUnitsShipping, InventoryUnitsDB contextInventoryUnits, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, OutboundOrderLinePackingDB contextOutboundOrderLinePacking, ReceivingDB contextReceiving)
        //Replaced Code Block End
        public HandlingUnitsRepository(HandlingUnitsDB context, HandlingUnitsDB contextHandlingUnits, HandlingUnitsShippingDB contextHandlingUnitsShipping, InventoryUnitsDB contextInventoryUnits, InventoryUnitTransactionsDB contextInventoryUnitTransactions, MoveQueuesDB contextMoveQueues, OutboundOrderLinePackingDB contextOutboundOrderLinePacking, ReceivingDB contextReceiving, IStatusesRepository statusesRepository)
        //Custom Code End
        {
            _context = context;
            _contextHandlingUnits             = contextHandlingUnits;
            _contextHandlingUnitsShipping     = contextHandlingUnitsShipping;
            _contextInventoryUnits            = contextInventoryUnits;
            _contextInventoryUnitTransactions = contextInventoryUnitTransactions;
            _contextMoveQueues = contextMoveQueues;
            _contextOutboundOrderLinePacking = contextOutboundOrderLinePacking;
            _contextReceiving = contextReceiving;
            //Custom Code Start | Added Code Block
            _statusesRepository = statusesRepository;
            //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;
 }
Beispiel #7
0
 public MoveQueueContextsRepository(MoveQueueContextsDB context, MoveQueuesDB contextMoveQueues)
 {
     _context           = context;
     _contextMoveQueues = contextMoveQueues;
 }
 public InboundOrderLinesRepository(InboundOrderLinesDB context, MoveQueuesDB contextMoveQueues)
 {
     _context           = context;
     _contextMoveQueues = contextMoveQueues;
 }
 public MoveQueuesRepository(MoveQueuesDB context)
 {
     _context = context;
 }