Пример #1
0
 public TestClass3(TestInterface1 testInterface1)
 {
     innerDependency = testInterface1.ForTest();
 }
Пример #2
0
 public TestInterface2Impl1(TestInterface1 obj)
 {
     otherObj = obj;
 }