3 references to MyDbContext
ParameterEndToEnd.ApiService (3)
Program.cs (3)
12builder.AddSqlServerDbContext<MyDbContext>("db"); 17app.MapGet("/", async (MyDbContext context) => 42public class MyDbContext(DbContextOptions<MyDbContext> options) : DbContext(options)