3 references to TestCosmosContext
CosmosEndToEnd.ApiService (3)
Program.cs (3)
15
builder.AddCosmosDbContext<
TestCosmosContext
>("db", configureDbContextOptions =>
73
app.MapGet("/ef", async (
TestCosmosContext
context) =>
106
public class TestCosmosContext(DbContextOptions<
TestCosmosContext
> options) : DbContext(options)