Bamboo.Prevalence.Examples.UserLogin.User.User C# (CSharp) Method

User() public method

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

Same methods

User::User ( string email, string fullname ) : System
User::User ( string email, string fullname, string password ) : System