Exemple #1
0
        public ActionResult Index()
        {
            var cheapBooks = _bookLogic.FindCheapBooks(3);

            return(View(cheapBooks));
        }