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