InstaTax.Core.DomainObjects.TaxStatement.GetHousingLoanInterestAmount C# (CSharp) Méthode

GetHousingLoanInterestAmount() private méthode

private GetHousingLoanInterestAmount ( ) : double
Résultat double
        private double GetHousingLoanInterestAmount()
        {
            return HousingLoanInterest == null ? 0 : HousingLoanInterest.GetAllowedExemption();
        }