3 references to CosmosContext
CdkSample.ApiService (3)
Program.cs (3)
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)