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