Kooboo.Commerce.Web.Areas.Commerce.Models.Products.ProductEditorModel.ProductEditorModel C# (CSharp) 메소드

ProductEditorModel() 공개 메소드

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