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