AJH.CMS.Core.Entities.ProductPrice.ProductPrice C# (CSharp) Метод

ProductPrice() публичный Метод

public ProductPrice ( )
        public ProductPrice()
        {
            this.ID = 0;
            this.CurrencyID = 0;
            this.CountryID = 0;
            this.FromDay = 0;
            this.FromSecond = 0;
            this.ToDay = 0;
            this.ToSecond = 0;
            this.StartAt = 0;
            this.Value = 0;
            this.DiscountValue = 0;
            this.DiscountType = 0;
            this.ProductID = 0;
            this.IsDeleted = false;
        }
    }
ProductPrice