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