[WIP] Models/Entities: Remove EF proxies

This commit is contained in:
2026-04-01 16:24:03 +02:00
parent bf7c9532d1
commit bd1e579674
50 changed files with 471 additions and 413 deletions

View File

@@ -349,7 +349,6 @@ namespace Elwig.Windows {
using var ctx = new AppDbContext();
list = await ctx.PlzDestinations
.Where(p => p.Plz == plz)
.Include(p => p.Ort)
.ToListAsync();
}