Пример #1
0
 private void ConfigureDB(IConfigurationBuilder build)
 {
     build.AddDBFile("dbSettings.json", optional: false);
 }