Exemple #1
0
 public double MonthlyPayment()
 {
     return(loan.MonthlyPayment(loanObj));
 }