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:
@ -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
|
||||
|
Reference in New Issue
Block a user