コード例 #1
0
 public JsonResult ChangeStatus(long id)
 {
     return(Json(topicService.ChangeStatus(id), JsonRequestBehavior.AllowGet));
 }