Exemple #1
0
 public WhenInsertingNewWord()
 {
     Word = new Word("fishing");
     WordRepository.InsertAsync(Word).Wait();
 }