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