forked from Sarah/Lieb-Website
removed RaidLogs
This commit is contained in:
parent
de58541d0b
commit
c96d34fc6a
10 changed files with 701 additions and 198 deletions
|
@ -16,8 +16,6 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public ICollection<RaidSignUp> SignUps { get; set; } = new HashSet<RaidSignUp>();
|
||||
|
||||
public ICollection<RaidLog> RaidLogs { get; set; } = new HashSet<RaidLog>();
|
||||
|
||||
public Raid() { }
|
||||
|
||||
public Raid(RaidTemplate template) : base(template)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue