2 references to Entries
WaitForSandbox.ApiService (2)
Program.cs (2)
21
await dbContext.
Entries
.AddAsync(entry);
24
var entries = await dbContext.
Entries
.ToListAsync();