username@email.com
2023-02-03 c28a5cd5367ba6a0d210dc897fd9a7cf6e46e570
zhengcaioa/zhengcaioa/Startup.cs
@@ -78,6 +78,10 @@
            services.AddDbContext<zcUserInfoN_dbContext>(options =>
            options.UseSqlServer(connectionString2));
            var connectionString3 = Configuration.GetConnectionString("WebCrawlerConnection");
            services.AddDbContext<WebCrawlerContext>(options =>
            options.UseSqlServer(connectionString3));
            services.AddControllersWithViews();
            services.AddScoped(typeof(ISimService), typeof(SimService));