コード例 #1
0
ファイル: NewWordsService.cs プロジェクト: tmteam/Chotiskazal
 public void Remove(Phrase phrase)
 {
     _repository.Remove(phrase);
 }