fixed deleting users

This commit is contained in:
Sarah Faey 2022-12-03 16:24:06 +01:00
parent 2246624917
commit 300ab2370f
10 changed files with 815 additions and 14 deletions

View file

@ -31,7 +31,7 @@ namespace Lieb.Models.GuildWars2.Raid
public bool MoveFlexUsers { get; set; } = true;
public ulong RaidOwnerId { get; set; }
public ulong? RaidOwnerId { get; set; }
//role name, number of spots
public ICollection<RaidRole> Roles { get; set; } = new HashSet<RaidRole>();