public LoanRepaymentController(ILoanScheduleservices services, IGeneratePdf generatePdf)
 {
     this.services    = services;
     this.generatePdf = generatePdf;
 }
Пример #2
0
 public LoanScheduleController(ILoanScheduleservices services)
 {
     this.services = services;
 }