0
andmattia created
Hi
I move from .Net to .NETCore soultion. My application is divided in some module with this structure base.Core base.Application base.EF base.WebApi base.Web (dependen on module1.web)
and
module1.Core module1.Application module1.EF module1.WebApi module1.Web
Configuration.Modules.AbpWebApi().DynamicApiControllerBuilder
.ForAll<IApplicationService>(typeof(module1).Assembly, "module1")
.Build();
I change on module.WebApi the name of API, So How and where I need to modify to achive the same result?