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

Preference() public method

public Preference ( )
        public Preference()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.IsEnabled = false;
            this.PortalID = 0;
        }
    }
Preference