Open Closed

How to get value from Tags entity.. #1321


User avatar
0
serdar.genc@talentra.net created

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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi Can you explain in details?

  • User Avatar
    0
    serdar.genc@talentra.net created

    hi, for example i want to get blog list. where your appservice ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    serdar.genc@talentra.net created

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11