AJH.CMS.Core.Entities.Role.Role C# (CSharp) Method

Role() public method

public Role ( )
        public Role()
        {
            this.Description = string.Empty;
            this.ID = 0;
            this.IsDeleted = false;
            this.Name = string.Empty;
        }
    }
Role