InstaTax.Core.DomainObjects.PasswordHistory.PasswordHistory C# (CSharp) Method

PasswordHistory() public method

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