コード例 #1
0
 public IEnumerable <Word> GetForGuessedRight(int?wordListId)
 {
     return(_wordRepository.GetForGuessedRight(wordListId));
 }