Bamboo.Prevalence.Examples.UserLogin.User.User C# (CSharp) Méthode

User() public méthode

public User ( string email ) : System
email string
Résultat 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