BExIS.Web.Shell.Areas.RPM.Models.UnitDimenstionModel.UnitDimenstionModel C# (CSharp) Method

UnitDimenstionModel() public method

public UnitDimenstionModel ( ) : System
return System
        public UnitDimenstionModel()
        {
            UnitStructs = new List<ItemStruct>();
        }