| | |
| | | { |
| | | public IInboundOrderDetailService InboundOrderDetailService { get; } |
| | | |
| | | public ICPInboundOrderDetailService CPInboundOrderDetailService { get; } |
| | | |
| | | public IInboundOrderService InbounOrderService { get; } |
| | | public IInboundOrder_HtyService InboundOrder_HtyService { get; } |
| | | public IInboundOrderDetail_HtyService InboundOrderDetail_HtyService { get; } |
| | | public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService) |
| | | public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService,ICPInboundOrderDetailService cPInboundOrderDetailService) |
| | | { |
| | | InboundOrderDetailService = inboundOrderDetailService; |
| | | InbounOrderService = inbounOrderService; |
| | | CPInboundOrderDetailService =cPInboundOrderDetailService; |
| | | } |
| | | } |
| | | } |