Commit 1dfc487a by Alex Nasyr

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

parent 3f018f22
......@@ -10,7 +10,6 @@ namespace SocialMinistryDataExchange.Model.Contingent.Center
public Contingent_center_Context()
{
}
public Contingent_center_Context(DbContextOptions<Contingent_center_Context> options)
: base(options)
{
......
......@@ -23,7 +23,6 @@ namespace SocialMinistryDataExchange {
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services) {
var ConnectionString = Configuration.GetConnectionString("_center");
Log.Logger = new LoggerConfiguration()
.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