Exemple #1
0
 public IEnumerable <Word> GetForListId(int?wordListId)
 {
     return(_wordRepository.GetForListId(wordListId));
 }