Exemple #1
0
 public void Admin_DeleteComment(int commentId)
 {
     commentDal.Admin_DeleteComment(commentId);
 }