reworked Logging changes
This commit is contained in:
parent
b8feed971c
commit
a504925752
7 changed files with 93 additions and 58 deletions
|
@ -19,7 +19,7 @@ namespace Lieb.Data
|
|||
using var context = _contextFactory.CreateDbContext();
|
||||
Raid? raid = context.Raids
|
||||
.Include(r => r.Roles)
|
||||
.Include(r => r.SignUpHistory)
|
||||
.Include(r => r.RaidLogs)
|
||||
.Include(r => r.Reminders)
|
||||
.Include(r => r.SignUps)
|
||||
.ThenInclude(s => s.LiebUser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue