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