InstaTax.Core.DomainObjects.TaxStatement.GetHousingLoanInterestAmount C# (CSharp) Метод

GetHousingLoanInterestAmount() приватный Метод

private GetHousingLoanInterestAmount ( ) : double
Результат double
        private double GetHousingLoanInterestAmount()
        {
            return HousingLoanInterest == null ? 0 : HousingLoanInterest.GetAllowedExemption();
        }