fixes and tweaks
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Lutra.Domain.Entities;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Lutra.Application.Interfaces;
|
||||
|
||||
public interface ILutraDbContext
|
||||
@@ -8,6 +9,8 @@ public interface ILutraDbContext
|
||||
|
||||
DbSet<Beoordeling> Beoordelingen { get; }
|
||||
|
||||
DbSet<VerspakketFoto> VerspakketFotos { get; }
|
||||
|
||||
DbSet<Verspakket> Verspaketten { get; }
|
||||
|
||||
Task<int> SaveChangesAsync(CancellationToken cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user