2 references to MyPgDbContext
BicepSample.ApiService (2)
Program.cs (2)
18
builder.AddNpgsqlDbContext<
MyPgDbContext
>("db2");
47
app.MapGet("/pg", async (
MyPgDbContext
context) =>