Пример #1
0
 public ActionResult AllBookDetails()
 {
     return(View(bookRepo.bookDetails(Convert.ToInt32(Session["Id"]))));
 }