using BookStore.Services.Dtos; using System; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; namespace BookStore.Services; public interface IBookAppService : ICrudAppService { }