aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_22/Tango.Portal.Chat.Web/ViewModels/HomeViewVM.cs
blob: 1bfbe43d72a6e216f9e2235dbc5cfd5735a2ae7f (plain)
1
2
3
4
5
6
7
namespace Tango.Portal.Chat.Web.ViewModels
{
    public class HomeViewVM
    {
        public String UserName { get; set; } = String.Empty;
    }
}