Example #1
0
 // GET: Livros
 public async Task <IActionResult> Index()
 {
     return(View(await _livroService.GetLivrosAsync()));
 }