namespace WIDESEA_IStorageBasicService; public interface IStockInfoService : IService { Task> GetLocationByStockType(bool stockType, string areaCode); }