MvcTemplate.Validators.AccountValidator.AccountValidator C# (CSharp) Method

AccountValidator() public method

public AccountValidator ( IUnitOfWork unitOfWork, IHasher hasher ) : MvcTemplate.Components.Mvc
unitOfWork IUnitOfWork
hasher IHasher
return MvcTemplate.Components.Mvc
        public AccountValidator(IUnitOfWork unitOfWork, IHasher hasher)
            : base(unitOfWork)
        {
            Hasher = hasher;
        }