aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Views/FSEAccount/ResetPasswordVM.cs
blob: c1a1a31064888fd4ad65f5f67d7dd27fccddde0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Tango.MachineService.Views.FSEAccount
{
    public class ResetPasswordVM
    {
        public String FullName { get; set; }
        public String Password { get; set; }
    }
}