using Yi.Framework.Infrastructure.Ddd.Dtos; namespace Yi.Framework.Infrastructure.Ddd.Services.Abstract { public interface IReadOnlyAppService : IReadOnlyAppService { } public interface IReadOnlyAppService : IReadOnlyAppService { } public interface IReadOnlyAppService : IApplicationService { Task GetAsync(TKey id); Task> GetListAsync(TGetListInput input); } }