Commit 1dfc487a by Alex Nasyr

Все сломалось. аминь

parent 3f018f22
...@@ -10,7 +10,6 @@ namespace SocialMinistryDataExchange.Model.Contingent.Center ...@@ -10,7 +10,6 @@ namespace SocialMinistryDataExchange.Model.Contingent.Center
public Contingent_center_Context() public Contingent_center_Context()
{ {
} }
public Contingent_center_Context(DbContextOptions<Contingent_center_Context> options) public Contingent_center_Context(DbContextOptions<Contingent_center_Context> options)
: base(options) : base(options)
{ {
......
...@@ -23,7 +23,6 @@ namespace SocialMinistryDataExchange { ...@@ -23,7 +23,6 @@ namespace SocialMinistryDataExchange {
// This method gets called by the runtime. Use this method to add services to the container. // This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services) { public void ConfigureServices(IServiceCollection services) {
var ConnectionString = Configuration.GetConnectionString("_center"); var ConnectionString = Configuration.GetConnectionString("_center");
Log.Logger = new LoggerConfiguration() Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug() .MinimumLevel.Debug()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment