예제 #1
0
 public ReportDataCollector(ISubscriber subscriber, IMemoryReportStorage memoryReportStorage)
 {
     this.subscriber          = subscriber;
     this.memoryReportStorage = memoryReportStorage;
 }
예제 #2
0
 public ReportsController(IMemoryReportStorage memoryReportStorage)
 {
     this.memoryReportStorage = memoryReportStorage;
 }