Esempio n. 1
0
 public int SumServiceBAndParamterValue(int maxNumber, int anotherNumber)
 {
     return(_serviceB.GetValue(maxNumber) + anotherNumber);
 }