MvcTemplate.Validators.AccountValidator.AccountValidator C# (CSharp) 메소드

AccountValidator() 공개 메소드

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