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

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

public Supplier ( )
        public Supplier()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.ModuleID = 0;
            this.LogoImage = string.Empty;
            this.IsDeleted = false;
            this.IsEnabled = false;
            this.ParentSupplierID = 0;
            this.Description = string.Empty; ;
            this.MetaTitle = string.Empty; ;
            this.MetaDescription = string.Empty; ;
            this.MetaKeywords = string.Empty; ;
            this.ModuleID = 0;
        }
    }
Supplier