Example #1
0
 public Reporter(IReportingOptions options) 
 {
     _options = options;
 }
Example #2
0
 public Reporter(IReportingOptions options)//, IBuildWorkerApi workerApi) //have to set this up.
 {
     _options = options;
     _workerApi = new BuildWorkerApi();
 }