| | |
| | | public IAreaRouterService AreaRouterService { get; } |
| | | |
| | | public ICachePointService CachePointService { get; } |
| | | public IEquipmentService EquipmentService { get; } |
| | | |
| | | public BasicService(IAreaInfoService areaInfoService, ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IRoadwayInfoService roadwayInfoService, IWarehouseService warehouseService, IAreaRouterService areaRouterService, ICachePointService cachePointService) |
| | | public BasicService(IAreaInfoService areaInfoService, ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IRoadwayInfoService roadwayInfoService, IWarehouseService warehouseService, IAreaRouterService areaRouterService, ICachePointService cachePointService, IEquipmentService equipmentService) |
| | | { |
| | | AreaInfoService = areaInfoService; |
| | | LocationInfoService = locationInfoService; |
| | |
| | | WarehouseService = warehouseService; |
| | | AreaRouterService = areaRouterService; |
| | | CachePointService = cachePointService; |
| | | EquipmentService = equipmentService; |
| | | } |
| | | |
| | | #region AreaInfo |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region CachePoint |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region LocationInfo |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region RoadwayInfo |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region Warehouse |
| | | |
| | | |
| | | #endregion |
| | | } |
| | | } |