예제 #1
0
 public async Task <ResultsItem> DeleteBBComment(int commentId)
 {
     OnCommentsUpdatedCacheHandler(commentId: commentId);
     return(await CommunityLogic.DeleteBBComment(commentId, CurrentUser));
 }