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