| | |
| | | |
| | | public IInboundOrderService InbounOrderService { get; } |
| | | |
| | | public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService) |
| | | public IInboundOrderHtyService InboundOrderHtyService { get; } |
| | | |
| | | public InboundService(IInboundOrderDetailService inboundOrderDetailService, IInboundOrderService inbounOrderService, IInboundOrderHtyService inboundOrderHtyService) |
| | | { |
| | | InboundOrderDetailService = inboundOrderDetailService; |
| | | InbounOrderService = inbounOrderService; |
| | | InboundOrderHtyService = inboundOrderHtyService; |
| | | } |
| | | } |
| | | } |