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