Ejemplo n.º 1
0
 public void DeleteComment(int journalId, int commentId)
 {
     _dataService.Journal_Comment_Delete(journalId, commentId);
 }
Ejemplo n.º 2
0
 public void DeleteComment(int journalId, int commentId)
 {
     _dataService.Journal_Comment_Delete(journalId, commentId);
     //UNDONE: update the parent journal item and content item so this comment gets removed from search index
 }