3 references to MyDb1Context
PostgresEndToEnd.ApiService (3)
Program.cs (3)
10
builder.AddAzureNpgsqlDbContext<
MyDb1Context
>("db1");
16
app.MapGet("/", async (
MyDb1Context
db1Context) =>
41
public class MyDb1Context(DbContextOptions<
MyDb1Context
> options) : DbContext(options)