Hi there,
Been looking through the .Net Core API solution (using API and Angular) and trying to get a feel for where all the pieces are in the project.
I see the primary controllers under web.core, such as tokenauthentication. But I am seeing a lot of other methods that I can't seem to find controllers for - was hoping to find these and work with them as needed. Controllers I can't seem to find:
- Account (such as Account/IsTenantAvailable)
- AuditLog
- Edition
- Install
- Language
- .....and many others
Help to figure out where these are would be very appreciated! Thanks, Mitch
4 Answer(s)
-
0
Mark with
[RemoteService]
attribute. -
0
What do you mean [remoteService] as in they are not in the codebase?
-
1
I misunderstood. They are in the Application project.
https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers
-
0
Awesome, thank you so much! Exactly what I needed!