Example #1
0
 public LoggerResult(WorkerLogSpy spy)
 {
     this.spy = spy;
 }
Example #2
0
 public LoggerSpy(WorkerLogSpy spy)
 {
     this.spy = spy;
 }