Base solution for your next web application
Open Closed

Cannot find generated controller #9686


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.