WinFrmUI/HStation.WinFrmUI.Assets.Core/09-Manufacturer/ManufacurerViewModel.cs
@@ -8,7 +8,7 @@ { } public ManufacurerViewModel(Vmo.ManufacturerVmo rhs) public ManufacurerViewModel(Vmo.AssetsManufacturerVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name; @@ -22,7 +22,7 @@ this.Description = rhs.Description; } public void Reset(Vmo.ManufacturerVmo rhs) public void Reset(Vmo.AssetsManufacturerVmo rhs) { this.ID = rhs.ID; this.Name = rhs.Name;