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