username@email.com
2023-03-08 f7a2d28869cc31c7dbe057a1d80dd40536d97fed
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));