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