Пример #1
0
 public void ReplaceWords(int wordLenght, string newValue)
 {
     _sententenceElements.ToList().ForEach(x => _word.ReplaceValue(wordLenght, x, newValue));
 }