laatzen/Common/Ui/GenesisToolBox/Infrastructure/LDAPLoginModel.cs
Stoyan Zlatev dc4a3fa73a Register new AD user control
Change password control
2024-02-13 11:45:50 +01:00

16 lines
322 B
C#

namespace Xylem.Common.Ui.GenesisToolBox.Infrastructure
{
internal class LDAPLoginModel
{
public string Assembly { get; set; }
public int MajorV { get; set; }
public int MinorV { get; set; }
public int BuildV { get; set; }
public int EmployeeId { get; set; }
}
}