3 references to NpgsqlDbContext
TestProject.IntegrationServiceA (3)
Postgres\NpgsqlDbContext.cs (1)
6public class NpgsqlDbContext(DbContextOptions<NpgsqlDbContext> options) : DbContext(options)
Postgres\NpgsqlEFCoreExtensions.cs (1)
13private static IResult VerifyNpgsqlEFCoreAsync(NpgsqlDbContext dbContext)
Program.cs (1)
22builder.AddNpgsqlDbContext<NpgsqlDbContext>("postgresdb");