ModulusChecking.Steps.Calculators.DoubleAlternateCalculatorExceptionFive.GetWeightSumForStep C# (CSharp) Method

GetWeightSumForStep() protected abstract method

protected abstract GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int
bankAccountDetails ModulusChecking.Models.BankAccountDetails
return int
        protected abstract int GetWeightSumForStep(BankAccountDetails bankAccountDetails);
DoubleAlternateCalculatorExceptionFive