public ReportController(ITransactionReportService reportService)
 {
     _reportService = reportService;
 }
Ejemplo n.º 2
0
 public TransactionReportController(ITransactionReportService service)
 {
     _service = service;
 }