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