1 instantiation of Entry
PostgresEndToEnd.ApiService (1)
Program.cs (1)
26
var entry = new
Entry
();
3 references to Entry
PostgresEndToEnd.ApiService (3)
Program.cs (3)
26
var
entry = new Entry();
47
modelBuilder.Entity<
Entry
>().HasKey(e => e.Id);
50
public DbSet<
Entry
> Entries { get; set; }