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