コード例 #1
0
 public RestartForeverSupervisorActor(RestartForeverSupervisorTestResults testResults)
 {
     this.testResults = testResults;
 }
コード例 #2
0
 public RestartForeverSupervisorActor(RestartForeverSupervisorTestResults testResults) => _testResults = testResults;