コード例 #1
0
 public SectionsController(IEmailReportService emailReportService)
 {
     _emailReportService = emailReportService;
 }
コード例 #2
0
 public OptimizeController(IEmailReportService emailReportService)
 {
     _emailReportService = emailReportService;
 }