3 references to MyPgDbContext
BicepSample.ApiService (3)
Program.cs (3)
18builder.AddNpgsqlDbContext<MyPgDbContext>("db2"); 47app.MapGet("/pg", async (MyPgDbContext context) => 210public class MyPgDbContext(DbContextOptions<MyPgDbContext> options) : DbContext(options)