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