2 references to Entries
BicepSample.ApiService (2)
Program.cs (2)
35
await context.
Entries
.AddAsync(entry);
38
var entries = await context.
Entries
.ToListAsync();