reworked Logging changes
This commit is contained in:
parent
b8feed971c
commit
a504925752
7 changed files with 93 additions and 58 deletions
|
@ -24,7 +24,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public ICollection<RaidSignUp> SignUps { get; set; } = new HashSet<RaidSignUp>();
|
||||
|
||||
public ICollection<RaidSignUpHistory> SignUpHistory { get; set; } = new HashSet<RaidSignUpHistory>();
|
||||
public ICollection<RaidLog> RaidLogs { get; set; } = new HashSet<RaidLog>();
|
||||
|
||||
public Raid() { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue