コード例 #1
0
ファイル: boardController.cs プロジェクト: LeeInHaeng/Study
 public ActionResult detail(Int64 bid)
 {
     return(View(repo.DetailBoard(bid)));
 }