WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuViewModel.cs
@@ -14,7 +14,7 @@ public MenuViewModel() { } public MenuViewModel(Yw.Vmo.ProjectMenu rhs) public MenuViewModel(Yw.Vmo.ProjectMenuVmo rhs) { this.ID = rhs.ID; this.ProjectID = rhs.ProjectID; @@ -32,7 +32,7 @@ this.Description = rhs.Description; } public void Reset(Yw.Vmo.ProjectMenu rhs) public void Reset(Yw.Vmo.ProjectMenuVmo rhs) { this.ID = rhs.ID; this.ProjectID = rhs.ProjectID;