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

ItemModel() public method

public ItemModel ( ) : System
return System
        public ItemModel()
        {
            Id = 0;
            Name = "";
        }
ItemModel