4 references to CosmosContext
CdkSample.ApiService (4)
Program.cs (4)
23builder.AddCosmosDbContext<CosmosContext>("cosmos", "cosmosdb");
36app.MapGet("/", async (BlobServiceClient bsc, SqlContext sqlContext, SecretClient sc, IConnectionMultiplexer connection, CosmosContext cosmosContext, NpgsqlContext npgsqlContext, ServiceBusClient sbc, ConfigurationClient cc, SearchIndexClient search) =>
140static async Task<List<Entry>> TestCosmosAsync(CosmosContext context)
195public class CosmosContext(DbContextOptions<CosmosContext> options) : DbContext(options)