3 references to TestCosmosContext
AzureContainerApps.ApiService (3)
Program.cs (3)
13builder.AddCosmosDbContext<TestCosmosContext>("account", "db"); 59app.MapGet("/cosmos", async (TestCosmosContext context) => 93public class TestCosmosContext(DbContextOptions<TestCosmosContext> options) : DbContext(options)