added support for External users
fixed potential errors
This commit is contained in:
parent
a47bc3207d
commit
62dc3d1efa
10 changed files with 257 additions and 130 deletions
|
@ -12,11 +12,12 @@
|
|||
public class RaidSignUp
|
||||
{
|
||||
public int RaidSignUpId { get; set; }
|
||||
|
||||
public bool IsExternalUser {get { return LiebUserId == 0;}}
|
||||
public int RaidId { get; set; }
|
||||
public ulong LiebUserId { get; set; }
|
||||
public int GuildWars2AccountId { get; set; }
|
||||
public int RaidRoleId { get; set; }
|
||||
public string ExternalUserName {get; set;} = string.Empty;
|
||||
|
||||
public SignUpType SignUpType { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue