Cats.Models.Security.UserAccount.UserAccount C# (CSharp) Method

UserAccount() public method

public UserAccount ( ) : System
return System
        public UserAccount()
        {
            //this.UserPreference = new UserPreference();
            //this.UserProfile = new UserProfile();
        }
UserAccount