예제 #1
0
 public int ComputeSomething()
 {
     return(42 * dependency.ComputeAndReturnValue());
 }