4 references to SqlContext
CdkSample.ApiService (4)
Program.cs (4)
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) 190public class SqlContext(DbContextOptions<SqlContext> options) : DbContext(options)