示例#1
0
 void ICandidateDiariesCommand.DeleteDiaryEntry(Guid entryId)
 {
     _repository.DeleteDiaryEntry(entryId);
 }