コード例 #1
0
ファイル: BookController.cs プロジェクト: ejen2008/Library
 public ActionResult Index()
 {
     return(View(bookService.Read()));
 }