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