Merge branch 'broken/ef'

This commit is contained in:
Paul Schneider 2022-09-26 23:30:58 +01:00
commit 9aac183e2c
10 changed files with 27 additions and 15 deletions

View file

@ -27,7 +27,7 @@ namespace isnd
Configuration = config;
}
public IConfiguration Configuration { get; }
public static IConfiguration Configuration { get; private set; }
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)