1 instantiation of Entry
WaitForSandbox.ApiService (1)
Program.cs (1)
20var entry = new Entry();
3 references to Entry
WaitForSandbox.ApiService (1)
Program.cs (1)
20var entry = new Entry();
WaitForSandbox.Common (2)
MyDbContext.cs (2)
14modelBuilder.Entity<Entry>().HasKey(e => e.Id); 17public DbSet<Entry> Entries { get; set; }