Kooboo.Commerce.Web.Areas.Commerce.Models.Products.ProductEditorModel.ProductEditorModel C# (CSharp) Method

ProductEditorModel() public method

public ProductEditorModel ( ) : System
return System
        public ProductEditorModel()
        {
            Categories = new List<IdName>();
            Images = new List<ProductImage>();
            Variants = new List<ProductVariantModel>();
            CustomFields = new Dictionary<string, string>();
        }
ProductEditorModel