Example #1
0
 public int Double()
 {
     return(_dependency.SomeMethod(_i) * 2);
 }
Example #2
0
 public int AMethod()
 {
     return(_d1.SomeMethod(_d2.SomeOtherMethod()));
 }