Example #1
0
 public TestObjComplex(ITestObj obj1)
 {
     Obj1 = obj1;
 }
Example #2
0
 public TestObjComplexWithSingleConstructor(ITestObj obj1)
 {
     Obj1 = obj1;
 }
Example #3
0
 public TestObjComplex(ITestObj obj1, ITestObj obj2)
 {
     Obj1 = obj1;
     Obj2 = obj2;
 }