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