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