using System.Threading.Tasks; using Volo.Abp.Application.Services; namespace BookStore.Services; public interface ILimitValidationAppService : IApplicationService { Task GetAsync(); }