Пример #1
0
 public LoanCalcUtil(decimal loanBase, int years, decimal interestRate, PayLoanType payLoan, PayCycleType cycleType)
 {
     this.TotalLoanBase = loanBase;
     this.YearCount = years;
     this.YearInterestRate = interestRate;
     this.PayLoan = payLoan;
     this.PayCycle = cycleType;
 }
Пример #2
0
 public LoanCalcUtil(decimal loanBase, int years, decimal interestRate, PayLoanType payLoan, PayCycleType cycleType)
 {
     this.TotalLoanBase    = loanBase;
     this.YearCount        = years;
     this.YearInterestRate = interestRate;
     this.PayLoan          = payLoan;
     this.PayCycle         = cycleType;
 }