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