2 references to MyDbContext
BicepSample.ApiService (2)
Program.cs (2)
17builder.AddSqlServerDbContext<MyDbContext>("db"); 28app.MapGet("/", async (MyDbContext context) =>