public ReportDataCollector(ISubscriber subscriber, IMemoryReportStorage memoryReportStorage) { this.subscriber = subscriber; this.memoryReportStorage = memoryReportStorage; }
public ReportsController(IMemoryReportStorage memoryReportStorage) { this.memoryReportStorage = memoryReportStorage; }