Exemplo n.º 1
0
 public ReportMenuController(IReportGroupService reportGroupService, IReportGroupItemService reportGroupItemService)
 {
     _reportGroupService = reportGroupService;
     _reportGroupItemService = reportGroupItemService;
 }
Exemplo n.º 2
0
 public ReportGroupController(IReportGroupService reportGroupService, IClientService clientService)
 {
     _reportGroupService = reportGroupService;
     _clientService = clientService;
 }