5657585960616263
Reports reports; ReportsDecorator reportsDecorator; public RunStatsManager(DataSource dataSource) { this.reports = new Reports(dataSource); this.reportsDecorator = new ReportsDecorator(reports); }