public LoanPerRankController(ILoanPerRankService services, ILoanTypeService fundService, IGeneratePdf generatePdf)
 {
     this.services    = services;
     this.fundService = fundService;
     this.generatePdf = generatePdf;
 }
Esempio n. 2
0
 public LoanPerRankController(ILoanPerRankService service)
 {
     this.service = service;
 }