Example #1
0
 public RestartForeverSupervisorActor(RestartForeverSupervisorTestResults testResults)
 {
     this.testResults = testResults;
 }
 public RestartForeverSupervisorActor(RestartForeverSupervisorTestResults testResults) => _testResults = testResults;