예제 #1
0
 public ActionResult BookEmp()
 {
     return(View(BookBL.GetAll()));
 }
예제 #2
0
 public ActionResult Index2()
 {
     return(View(BookBL.GetAll()));
 }