aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-07 06:47:24 +0300
committerRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-07 06:47:24 +0300
commit9ba1902ee9dbac3b3c48d735b3bbcc3ba867dd2e (patch)
treeea0617d8dc1a4e83439a65b32e8720ab78a5c973 /Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs
parent2ff424e4b00ed154ae5febd1827d0d31d69c34ad (diff)
downloadTango-9ba1902ee9dbac3b3c48d735b3bbcc3ba867dd2e.tar.gz
Tango-9ba1902ee9dbac3b3c48d735b3bbcc3ba867dd2e.zip
Added seesion, chat history on ADX...
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs b/Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs
index e38f11c77..83323b0ad 100644
--- a/Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs
+++ b/Software/Visual_Studio/Web/Tango.Portal/Models/SessionUser.cs
@@ -12,5 +12,9 @@ namespace Tango.Portal.Models
public String Name { get; set; }
public bool IsTwineUser { get; set; }
+ public string Email { get; set; }
+ public string Organization { get; set; }
+ public string FullName { get; set; }
+ public DateTime Expires { get; set; }
}
} \ No newline at end of file