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