This commit is contained in:
Paul Schneider 2019-05-24 20:16:22 +01:00
commit 783fda3e60

View file

@ -71,7 +71,7 @@ namespace cli
var cxSettings = Configuration.GetSection("Connection");
services.Configure<ConnectionSettings>(cxSettings);
var smtpSettingsconf = Configuration.GetSection("Smtp");
Microsoft.Extensions.CodeGenerators.Mvc.View.ViewGeneratorTemplateModel v;
// TODO give it a look : Microsoft.Extensions.CodeGenerators.Mvc.View.ViewGeneratorTemplateModel v;
services.Configure<SmtpSettings>(smtpSettingsconf);
services.Configure<GenMvcSettings>(Configuration.GetSection("gen_mvc"));