forked from Sarah/Lieb-Website
renamed User to LiebUser
This commit is contained in:
parent
e0fd579c00
commit
15608f0e31
10 changed files with 15 additions and 15 deletions
|
@ -21,7 +21,7 @@
|
|||
public SignUpType SignUpType { get; set; }
|
||||
|
||||
public Raid Raid { get; set; }
|
||||
public User User { get; set; } = new User();
|
||||
public LiebUser User { get; set; } = new LiebUser();
|
||||
public GuildWars2Account GuildWars2Account { get; set; } = new GuildWars2Account();
|
||||
public PlannedRaidRole PlannedRaidRole { get; set; } = new PlannedRaidRole();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue