Ejemplo n.º 1
0
 public ReportDataCollector(ISubscriber subscriber, IMemoryReportStorage memoryReportStorage)
 {
     this.subscriber          = subscriber;
     this.memoryReportStorage = memoryReportStorage;
 }
Ejemplo n.º 2
0
 public ReportsController(IMemoryReportStorage memoryReportStorage)
 {
     this.memoryReportStorage = memoryReportStorage;
 }