Beispiel #1
0
        public ActionResult DeleteComment(int id, string orderType)
        {
            var article = MyService.GetArticleById(id);

            MyService.DelArticle(article);
            return(GetCommentListByOrderId(article.articleid, orderType, article.orderid));
        }