0
A4amen created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version?9.1
- What is your product type (Angular or MVC)?Angular
- What is product framework type (.net framework or .net core)?
Please can you tell me where Power tool created the controller. Code generation is working fine but I can seem to find the controller in order to add some custom code. Thanks
1 Answer(s)
-
0
Hi @A4amen
It doesn't create a controller, it instead creates an ApplicationService. You can check *.Application project to find your app service class. It will be named
{Your_Entity_Name}AppService.cs
.