WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UserAccountViewModel.cs
@@ -1,5 +1,4 @@ using System.ComponentModel.DataAnnotations; using Yw.Vmo; namespace HStation.WinFrmUI { @@ -8,10 +7,10 @@ public UserAccountViewModel() { } public UserAccountViewModel(Yw.Vmo.UserLoginAccountStdVmo rhs) public UserAccountViewModel(Yw.Vmo.UserLoginAccountVmo rhs) { this.ID = rhs.ID; this.LoginType = rhs.LoginType; //this.LoginType = rhs.LoginTypeID this.Identifier = rhs.Identifier; this.IfVerified = rhs.IfVerified; }