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