This commit is contained in:
2018-09-06 00:24:32 +00:00
parent 5585f98cae
commit 411bde917a
7 changed files with 201 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ namespace AyaNova.Models
public long OwnerId { get; set; }
//-------------
[EmailAddress]
public string EmailAddress { get; set; }
public decimal TimeZoneOffset { get; set; }
public int UiColor { get; set; }