| | |
| | | { |
| | | public class BasicService : IBasicService |
| | | { |
| | | public ICustomerInfoService CustomerInfoService { get; } |
| | | |
| | | public IPalletCodeInfoService PalletCodeInfoService { get; } |
| | | |
| | | public ISupplierInfoService SupplierInfoService { get; } |
| | | |
| | | public IUserInfoService UserInfoService { get; } |
| | | |
| | | public ILocationInfoService LocationInfoService { get; } |
| | | |
| | | public IMaterielInfoService MaterielInfoService { get; } |
| | | |
| | | public IWarehouseService WarehouseService { get; } |
| | | |
| | | public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService) |
| | | public IMaterielCodeInfoService MaterielCodeInfoService { get; } |
| | | |
| | | public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService, ISupplierInfoService supplierInfoService,ICustomerInfoService customerInfoService,IPalletCodeInfoService palletCodeInfoService, IUserInfoService userInfoService, IMaterielCodeInfoService materielCodeInfoService) |
| | | { |
| | | LocationInfoService = locationInfoService; |
| | | MaterielInfoService = materielInfoService; |
| | | WarehouseService = warehouseService; |
| | | SupplierInfoService = supplierInfoService; |
| | | CustomerInfoService = customerInfoService; |
| | | PalletCodeInfoService = palletCodeInfoService; |
| | | UserInfoService = userInfoService; |
| | | MaterielCodeInfoService = materielCodeInfoService; |
| | | } |
| | | |
| | | #region AreaInfo |
| | | |
| | | #endregion |
| | | |
| | | #region CachePoint |
| | | |
| | | #endregion |
| | | |
| | | #region LocationInfo |
| | | |
| | | #endregion |
| | | |
| | | #region RoadwayInfo |
| | | |
| | | #endregion |
| | | |
| | | #region Warehouse |
| | | |
| | | #endregion |
| | | } |
| | | } |