2 references to MyDb1Context
PostgresEndToEnd.ApiService (2)
Program.cs (2)
10
builder.AddAzureNpgsqlDbContext<
MyDb1Context
>("db1");
16
app.MapGet("/", async (
MyDb1Context
db1Context) =>