2 references to Entries
CdkSample.ApiService (2)
Program.cs (2)
121
await context.
Entries
.AddAsync(entry);
124
var entries = await context.
Entries
.ToListAsync();