Exemplo n.º 1
0
 public WriteKPIReportData(KPIReportConfig reportConfig)
 {
     this.reportConfig = reportConfig;
 }
Exemplo n.º 2
0
 public ReadKPIRawData(KPIReportConfig reportConfig)
 {
     this.reportConfig = reportConfig;
 }
Exemplo n.º 3
0
 public ProcessKPIRawData(KPIReportConfig reportConfig)
 {
     this.reportConfig = reportConfig;
 }
 public PrepareKPIReportOutput(KPIReportConfig reportConfig)
 {
     this.reportConfig = reportConfig;
 }