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