0
muleso created
I have seen this "Configuration.Modules.AbpAspNetCore().CreateControllersForAppServices(typeof(MyApplicationModule).Assembly, moduleName: 'app', useConventionalHttpVerbs: true);"
But i don't seem to get how it works.
1 Answer(s)
-
0
Please refer to the documentation:
https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers
:)