Exemplo n.º 1
0
 IList <DiaryEntry> ICandidateDiariesQuery.GetDiaryEntries(Guid diaryId)
 {
     return(_repository.GetDiaryEntries(diaryId));
 }