diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-03 00:06:46 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-03 00:06:46 +0300 |
| commit | e91dd4d23647947b2c14787605b55400a405cff3 (patch) | |
| tree | c1bb8fd60eb3923376573b63f8870e74f9828f5c /Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs | |
| parent | 12184412615b52ae98cba57921a7586e6970c436 (diff) | |
| download | Tango-e91dd4d23647947b2c14787605b55400a405cff3.tar.gz Tango-e91dd4d23647947b2c14787605b55400a405cff3.zip | |
Twine AI.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs new file mode 100644 index 000000000..1bfbe43d7 --- /dev/null +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs @@ -0,0 +1,7 @@ +namespace Tango.Portal.Chat.Web.ViewModels +{ + public class HomeViewVM + { + public String UserName { get; set; } = String.Empty; + } +} |
