コード例 #1
0
 public ReportMenuController(IReportGroupService reportGroupService, IReportGroupItemService reportGroupItemService)
 {
     _reportGroupService = reportGroupService;
     _reportGroupItemService = reportGroupItemService;
 }
コード例 #2
0
 public ReportGroupController(IReportGroupService reportGroupService, IClientService clientService)
 {
     _reportGroupService = reportGroupService;
     _clientService = clientService;
 }