using System.Collections.Generic; using IwbZero.AppServiceBase; using ShwasherSys.BasicInfo.Dutys.Dto; using System.Web.Mvc; namespace ShwasherSys.BasicInfo.Dutys { public interface IDutysAppService : IIwbAsyncCrudAppService { List GetDutysSelects(); } }