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