1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

[sharedlibrary] add client meta

[application] add gravatar command
This commit is contained in:
RaidMax
2018-06-01 23:48:10 -05:00
parent 2da4ec10cf
commit 9d29ddea1d
14 changed files with 744 additions and 6 deletions

View File

@ -34,6 +34,8 @@ namespace SharedLibraryCore.Database.Models
public string Password { get; set; }
public string PasswordSalt { get; set; }
// list of meta for the client
public virtual ICollection<EFMeta> Meta { get; set; }
[NotMapped]
public virtual string Name