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