Exemple #1
0
 public static bool DeleteBlogComment(int commentId)
 {
     return(DBBlog.DeleteBlogComment(commentId));
 }