public ReportController(ITransactionReportService reportService)
 {
     _reportService = reportService;
 }
Example #2
0
 public TransactionReportController(ITransactionReportService service)
 {
     _service = service;
 }