对比新文件 |
| | |
| | | 锘縰sing System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | |
| | | namespace WIDESEA_IBasicService |
| | | { |
| | | public interface IBasicService: IDependency |
| | | { |
| | | IAreaInfoService AreaInfoService { get; } |
| | | |
| | | ILocationInfoService LocationInfoService { get; } |
| | | |
| | | IMaterielInfoService MaterielInfoService { get; } |
| | | |
| | | IRoadwayInfoService RoadwayInfoService { get; } |
| | | |
| | | IWarehouseService WarehouseService { get; } |
| | | |
| | | IAreaRouterService AreaRouterService { get; } |
| | | |
| | | ICachePointService CachePointService { get; } |
| | | } |
| | | } |