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