WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleTreeListViewModel.cs
@@ -17,7 +17,7 @@ /// <summary> /// /// </summary> public RoleTreeListViewModel(Yw.Vmo.Role rhs) public RoleTreeListViewModel(Yw.Vmo.RoleVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name; @@ -28,7 +28,7 @@ /// <summary> /// /// </summary> public void Reset(Yw.Vmo.Role rhs) public void Reset(Yw.Vmo.RoleVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name; @@ -78,6 +78,6 @@ /// <summary> /// /// </summary> public Yw.Vmo.Role Vmo { get; set; } public Yw.Vmo.RoleVmo Vmo { get; set; } } }