Is it possible to configure your service to extend CrudAppService? Then you can override ApplyPaging method.
I just want to remove apis, not all abp framework features.
Hi,
You can do that by overriding "ApplyPaging" method of your CrudAppService.