| | |
| | | |
| | | public IStockInfoService StockInfoService { get; } |
| | | |
| | | public StockSerivce(IStockInfoDetailService stockInfoDetailService, IStockInfoService stockInfoService) |
| | | public IInventoryInfoService InventoryInfoService { get; } |
| | | |
| | | public IInventoryBatchService InventoryBatchService { get; } |
| | | |
| | | public StockSerivce(IStockInfoDetailService stockInfoDetailService, IStockInfoService stockInfoService, IInventoryInfoService inventoryInfoService, IInventoryBatchService inventoryBatchService) |
| | | { |
| | | StockInfoDetailService = stockInfoDetailService; |
| | | StockInfoService = stockInfoService; |
| | | InventoryInfoService = inventoryInfoService; |
| | | InventoryBatchService = inventoryBatchService; |
| | | } |
| | | } |
| | | } |