Example #1
0
 public ActionResult Details(int BookId)
 {
     return(View(bookRepo.DeliveryInfo(BookId)));
 }