Skip to content
Snippets Groups Projects
Commit e28e69c2 authored by Nivethan1999's avatar Nivethan1999
Browse files

test

parent 9ba9d080
No related branches found
Tags V.1.1.8
No related merge requests found
Pipeline #281791 passed
......@@ -23,6 +23,7 @@ builder.Services.AddControllers();
var string2 = builder.Services.AddDbContext<BookingCatalogDbContext>(options =>
options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection")));
Console.WriteLine($"Connection string: {builder.Configuration.GetConnectionString("DefaultConnection")}");
Console.WriteLine($" hello Connection string: {string2}");
var app = builder.Build();
using (var scope = app.Services.CreateScope())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment