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