Example #1
0
 public async Task <ActionResult <IEnumerable <Livro> > > Get()
 {
     return(await _repositorio.ObterLivros());
 }