NuGetGallery.User.User C# (CSharp) Method

User() public method

public User ( ) : System
return System
        public User()
            : this(null, null)
        {
        }

Same methods

User::User ( string username, string hashedPassword ) : System