Example #1
0
 public Classy(JustClass justClass, IOther1 other1, IOther2 other2, IOther3 other3)
 {
     _justClass = justClass;
     _other1    = other1;
     _other2    = other2;
     _other3    = other3;
 }
Example #2
0
 public Other1(IOther2 other2)
 {
     _other2 = other2;
 }