Esempio n. 1
0
 public TestObject(string name, int age, INestedTestObject doctor, INestedTestObject lawyer)
 {
     this.name   = name;
     this.age    = age;
     this.doctor = doctor;
     this.lawyer = lawyer;
 }
Esempio n. 2
0
 public TestObject(string name, int age, INestedTestObject doctor, INestedTestObject lawyer)
 {
     this.name = name;
     this.age = age;
     this.doctor = doctor;
     this.lawyer = lawyer;
 }