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