using System.Collections.Generic; using System.Threading.Tasks; using System.Web.Mvc; using IwbZero.AppServiceBase; using ShwasherSys.BasicInfo.OutFactory.Dto; namespace ShwasherSys.BasicInfo.OutFactory { public interface IOutFactoryAppService : IIwbAsyncCrudAppService { Task> GetSelectList(); Task GetSelectStr(); } }