예제 #1
0
 public void AllowComment(int commentId)
 {
     _ideationRepository.DeleteReportByComment(commentId);
 }