using System.Collections.Generic; using System.Threading.Tasks; using System.Web.Mvc; using Abp.Application.Services.Dto; using IwbZero.AppServiceBase; using ShwasherSys.BasicInfo.ExpressInfo.Dto; using ShwasherSys.BasicInfo.Factory.Dto; namespace ShwasherSys.BasicInfo.ExpressInfo { public interface IExpressAppService : IIwbAsyncCrudAppService { List GetExpressSelects(); // Task GetProviderOptions(); ExpressLogisticsDto GetExpressDtoById(EntityDto input); } }