Example #1
0
 public void DeleteComment(int journalId, int commentId)
 {
     _dataService.Journal_Comment_Delete(journalId, commentId);
 }
 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
 }