Esempio n. 1
0
        public IActionResult Index()
        {
            var books = bookPilotageService.GetBooksIndexDto();

            return(View("views/pilotage/books/index.cshtml", books));
        }
Esempio n. 2
0
        public ActionResult Index()
        {
            var books = bookPilotageService.GetBooksIndexDto();

            return(View(books));
        }