Added endpoints to update verspakketten and add beoordeling. Added some validations and other tweaks
This commit is contained in:
@@ -6,6 +6,8 @@ public interface ILutraDbContext
|
||||
{
|
||||
DbSet<Supermarkt> Supermarkten { get; }
|
||||
|
||||
DbSet<Beoordeling> Beoordelingen { get; }
|
||||
|
||||
DbSet<Verspakket> Verspaketten { get; }
|
||||
|
||||
Task<int> SaveChangesAsync(CancellationToken cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user