2 references to TestCosmosContext
CosmosEndToEnd.ApiService (2)
Program.cs (2)
12
builder.AddCosmosDbContext<
TestCosmosContext
>("cosmos", "ef", configureDbContextOptions =>
51
app.MapGet("/ef", async (
TestCosmosContext
context) =>