コード例 #1
0
ファイル: ArticleController.cs プロジェクト: AuthorProxy/QP
 public ActionResult Cancel(int id)
 {
     ArticleService.Cancel(id);
     return(JsonMessageResult(null));
 }