Commit 53552274ae4210223f9077c02bae6cee6c4437ae
1 parent
5cec5041
commit changes
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.API/Models/User.cs
... | ... | @@ -30,6 +30,8 @@ namespace AIAHTML5.API.Models |
30 | 30 | public int LicenseId { get; set; } |
31 | 31 | public int EditionId { get; set; } |
32 | 32 | public Int16 LoginFailureCauseId { get; set; } |
33 | + | |
34 | + public bool IsModestyOn { get; set; } | |
33 | 35 | |
34 | 36 | public ArrayList Modules { get; set; } |
35 | 37 | ... | ... |