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

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

public ProductImage ( )
        public ProductImage()
        {
            this.ID = 0;
            this.ProductID = 0;
            this.Image = string.Empty;
            this.IsCoverImage = false;
            this.ImageCaption = string.Empty;
            this.ModuleID = 0;
            this.LanguageID = 0;
            this.IsDeleted = false;
        }
    }
ProductImage