コード例 #1
0
 public TestRngService(IOptions <TestsSettings> testsSettings)
 {
     _testsSettings = testsSettings.Value;
 }
コード例 #2
0
 public OutputBuilder(IOptions <TestsSettings> testsSettings)
 {
     _testsSettings = testsSettings.Value;
 }