3 references to SqlContext
CdkSample.ApiService (3)
Program.cs (3)
20builder.AddSqlServerDbContext<SqlContext>("sqldb"); 36app.MapGet("/", async (BlobServiceClient bsc, SqlContext sqlContext, SecretClient sc, IConnectionMultiplexer connection, CosmosContext cosmosContext, NpgsqlContext npgsqlContext, ServiceBusClient sbc, ConfigurationClient cc, SearchIndexClient search) => 116static async Task<List<Entry>> TestSqlServerAsync(SqlContext context)