コード例 #1
0
ファイル: HelpController.cs プロジェクト: TrainingTracker/TT
 public ActionResult GetPostById(int postId)
 {
     return(Json(HelpForumBl.GetPostWithThreads(postId), JsonRequestBehavior.AllowGet));
 }