Commit 957078147ace8bc40bec2e7f0a2d37a0ced509c0
1 parent
2185aace
added missing property - siteId.
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.API/Models/User.cs
@@ -37,6 +37,7 @@ namespace AIAHTML5.API.Models | @@ -37,6 +37,7 @@ namespace AIAHTML5.API.Models | ||
37 | public Int16 LoginFailureCauseId { get; set; } | 37 | public Int16 LoginFailureCauseId { get; set; } |
38 | public bool IsModestyOn { get; set; } | 38 | public bool IsModestyOn { get; set; } |
39 | public ArrayList Modules { get; set; } | 39 | public ArrayList Modules { get; set; } |
40 | + public int siteId { get; set; } | ||
40 | 41 | ||
41 | public License LicenseInfo { get; set; } | 42 | public License LicenseInfo { get; set; } |
42 | public LicenseSubscriptionDetails LicenseSubscriptions { get; set; } | 43 | public LicenseSubscriptionDetails LicenseSubscriptions { get; set; } |