Exemplo n.º 1
0
        //public List<PC_ExternalId> ExternalIds { get; set; }
        #endregion

        #region Constructor(s)
        public PC_ProductVariant()
        {
            Kit          = new PC_Kit();
            Categories   = new List <PC_ProductCategory>();
            Options      = new List <PC_OptionValue>();
            AlternateIds = new List <PC_AlternateId>();
            CustomFields = new List <PC_CustomField>();
            //ExternalIds = new List<PC_ExternalId>();
        }
Exemplo n.º 2
0
        //public List<PC_ExternalId> ExternalIds { get; set; }
        #endregion

        #region Constructor(s)
        public PC_Product()
        {
            Kit = new PC_Kit();
            //Variants = new List<PC_ProductVariant>();
            //Inventory = new List<PC_Inventory>();
            Categories   = new List <PC_ProductCategory>();
            Options      = new List <PC_Option>();
            Units        = new List <PC_ProductUnit>();
            AlternateIds = new List <PC_AlternateId>();
            CustomFields = new List <PC_CustomField>();
            //ExternalIds = new List<PC_ExternalId>();
        }