How to get blogs or tags or etc. with code ? Where is the this entites AppService, interface ?
- ABP Framework version: v4.3.0
 - UI type: MVC
 - DB provider: EF Core
 - Tiered (MVC) or Identity Server Separated (Angular): no
 - Exception message and stack trace:
 - Steps to reproduce the issue:
 
4 Answer(s)
- 
    0
hi Can you explain in details?
 - 
    0
hi, for example i want to get blog list. where your appservice ?
 - 
    0
hi
They are the application services of blogs.
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs#L9
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo/Blogging/Admin/Blogs/IBlogManagementAppService.cs#L10
 - 
    0
hi
They are the application services of blogs.
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs#L9
https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo/Blogging/Admin/Blogs/IBlogManagementAppService.cs#L10
thanks