| | |
| | | |
| | | public IWarehouseService WarehouseService { get; } |
| | | |
| | | public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService) |
| | | public ISupplierInfoService SupplierInfoService { get; } |
| | | |
| | | public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService, ISupplierInfoService supplierInfoService) |
| | | { |
| | | LocationInfoService = locationInfoService; |
| | | MaterielInfoService = materielInfoService; |
| | | WarehouseService = warehouseService; |
| | | SupplierInfoService = supplierInfoService; |
| | | } |
| | | |
| | | #region AreaInfo |
| | | |
| | | #endregion |
| | | |
| | | #region CachePoint |
| | | |
| | | #endregion |
| | | |
| | | #region LocationInfo |
| | | |
| | | #endregion |
| | | |
| | | #region RoadwayInfo |
| | | |
| | | #endregion |
| | | |
| | | #region Warehouse |
| | | |
| | | #endregion |
| | | } |
| | | } |