コード例 #1
0
 public ReportController(ITransactionReportService reportService)
 {
     _reportService = reportService;
 }
コード例 #2
0
 public TransactionReportController(ITransactionReportService service)
 {
     _service = service;
 }