示例#1
0
 DiaryEntry ICandidateDiariesQuery.GetDiaryEntry(Guid entryId)
 {
     return(_repository.GetDiaryEntry(entryId));
 }