Exemplo n.º 1
0
 public IEnumerable <Livro> ObterTodosOrdenadosPorTitulo()
 {
     return(_livroRepositorio.ObterTodosOrdenadosPorTitulo());
 }