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