InstaTax.Core.DomainObjects.TaxStatement.GetHousingLoanInterestAmount C# (CSharp) 메소드

GetHousingLoanInterestAmount() 개인적인 메소드

private GetHousingLoanInterestAmount ( ) : double
리턴 double
        private double GetHousingLoanInterestAmount()
        {
            return HousingLoanInterest == null ? 0 : HousingLoanInterest.GetAllowedExemption();
        }