Ejemplo n.º 1
0
 public SuplusReportController(IFundTypeCodeService fundService, ISurplusService service, IGeneratePdf generatePdf)
 {
     this.fundService = fundService;
     this.service     = service;
     this.generatePdf = generatePdf;
 }
 public SurplusController(ISurplusService surplusService)
 {
     _surplusService = surplusService;
 }