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