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