public ReportService()

in src/main/java/com/epam/digital/data/platform/reportexporter/service/ReportService.java [42:48]


  public ReportService(DashboardClient client,
      QueryHelper queryHelper,
      DashboardArchiver archiver) {
    this.dashboardClient = client;
    this.archiver = archiver;
    this.queryHelper = queryHelper;
  }