| | |
| | | { |
| | | public class RecordService : IRecordService |
| | | { |
| | | public ILocationStatusChangeRecordSetvice LocationStatusChangeRecordSetvice { get; } |
| | | public ILocationStatusChangeRecordService LocationStatusChangeRecordSetvice { get; } |
| | | |
| | | public IStockQuantityChangeRecordService StockQuantityChangeRecordService { get; } |
| | | |
| | | public RecordService(ILocationStatusChangeRecordSetvice locationStatusChangeRecordSetvice, IStockQuantityChangeRecordService stockQuantityChangeRecordService) |
| | | public RecordService(ILocationStatusChangeRecordService locationStatusChangeRecordSetvice, IStockQuantityChangeRecordService stockQuantityChangeRecordService) |
| | | { |
| | | LocationStatusChangeRecordSetvice = locationStatusChangeRecordSetvice; |
| | | StockQuantityChangeRecordService = stockQuantityChangeRecordService; |