Esempio n. 1
0
 public ItemsPlanningReportsController(IItemsPlanningReportService reportService)
 {
     _reportService = reportService;
 }