ModulusChecking.Steps.Calculators.DoubleAlternateCalculatorExceptionFive.GetWeightSumForStep C# (CSharp) 메소드

GetWeightSumForStep() 보호된 추상적인 메소드

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