Exemple #1
0
 public void WhenIWantToConcatenateThem()
 {
     ResultString = _stringOperations.Concatenate(FirstWord, SecondWord);
 }