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

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

            return(View(books));
        }