Example #1
0
 public TestIgnoreConstructorByAttributeTestClass(IMyOtherInterface dep)
 {
     CorrectConstructorWasUsed = true;
 }
Example #2
0
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }
Example #3
0
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }