InstaTax.Core.DomainObjects.PasswordHistory.PasswordHistory C# (CSharp) Méthode

PasswordHistory() public méthode

public PasswordHistory ( ) : System
Résultat System
        public PasswordHistory()
        {
            PriorPasswords = new List<Password>();
        }