Added Raid Reminders
This commit is contained in:
parent
d0ff8251a2
commit
5a5c3df1a9
7 changed files with 232 additions and 12 deletions
|
@ -429,6 +429,7 @@ namespace Lieb.Data
|
|||
using var context = _contextFactory.CreateDbContext();
|
||||
List<RaidReminder> reminders = context.RaidReminders
|
||||
.Include(r => r.Raid)
|
||||
.ThenInclude(r => r.SignUps)
|
||||
.Where(r => !r.Sent)
|
||||
.ToList();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue