2 references to Entries
PostgresEndToEnd.ApiService (2)
Program.cs (2)
27
await db1Context.
Entries
.AddAsync(entry);
30
var entries = await db1Context.
Entries
.ToListAsync();