コード例 #1
0
 public ActionResult ShowDetail(int id)
 {
     return(View(br.SelectByID(id)));
 }