ModulusChecking.Steps.FirstModulusCalculatorStep.ExceptionFourteenForCouttsAccounts C# (CSharp) Method

ExceptionFourteenForCouttsAccounts() private method

private ExceptionFourteenForCouttsAccounts ( BankAccountDetails bankAccountDetails ) : bool
bankAccountDetails ModulusChecking.Models.BankAccountDetails
return bool
        private bool ExceptionFourteenForCouttsAccounts(BankAccountDetails bankAccountDetails)
        {
            return bankAccountDetails.FirstResult ||
                   _exceptionFourteenCalculator.Process(bankAccountDetails);
        }
    }