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

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

public Group ( )
        public Group()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.IsDeleted = false;
            this.IsColorGroup = false;
        }
    }
Group