added pronouns

This commit is contained in:
t.ruspekhofer 2022-02-16 18:55:16 +01:00
parent eec8e419ba
commit bde2735096

View file

@ -5,6 +5,7 @@
public int UserId { get; set; }
public ulong DiscordUserId { get; set; }
public string Name { get; set; } = string.Empty;
public string Pronouns { get; set; } = string.Empty;
public DateTime? Birthday { get; set; }
public ICollection<GuildWars2Account> GuildWars2Accounts { get; set; } = new List<GuildWars2Account>();
}