App.Core.Data.UserProfile.UserProfile C# (CSharp) Method

UserProfile() public method

public UserProfile ( ) : System
return System
        public UserProfile()
        {
            this.Roles = new HashSet<Role>();
        }
UserProfile