Пример #1
0
 public TestRngService(IOptions <TestsSettings> testsSettings)
 {
     _testsSettings = testsSettings.Value;
 }
 public OutputBuilder(IOptions <TestsSettings> testsSettings)
 {
     _testsSettings = testsSettings.Value;
 }