示例#1
0
 Diary ICandidateDiariesQuery.GetDiary(Guid id)
 {
     return(_repository.GetDiary(id));
 }