예제 #1
0
 public TestStory(ITestSingleton testSingleton)
 {
     _testSingleton = testSingleton;
 }
예제 #2
0
 public ValuesController(ITestTransient testTransient, ITestScoped testScoped, ITestSingleton testSingleton)
 {
     _testTransient = testTransient;
     _testScoped    = testScoped;
     _testSingleton = testSingleton;
 }