0
Qaiser.Mehmood@moore.be created
Hello Guys!
I want to access application services into my console application. I can not find a solution for it, also i tried but can not configure it properly so i can use my existing services into console app same as its accessible in web project directory not through api.
Thank you
- ABP Framework version: test
- UI type: Blazor - Console Application
- DB provider: EF Core
- **Tiered (MVC) **: no
2 Answer(s)
-
0
hi
You can refer to the Console App template. You may need to set the correct identity before calling the application services.
https://github.com/abpframework/abp/tree/dev/templates/console/src/MyCompanyName.MyProjectName
-
0
Thank you, its resolved