public LoanRepaymentController(ILoanScheduleservices services, IGeneratePdf generatePdf)
 {
     this.services    = services;
     this.generatePdf = generatePdf;
 }
Esempio n. 2
0
 public LoanScheduleController(ILoanScheduleservices services)
 {
     this.services = services;
 }