using WeApp.BaseSystem.States.Dto; using IwbZero.AppServiceBase; namespace WeApp.BaseSystem.States { public interface IStatesAppService : IIwbZeroAsyncCrudAppService { } }