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