2 references to Entries
ParameterEndToEnd.ApiService (2)
Program.cs (2)
26
await context.
Entries
.AddAsync(entry);
31
var entries = await context.
Entries
.ToListAsync();