예제 #1
0
 public IEnumerable <Livro> ObterTodosOrdenadosPorTitulo()
 {
     return(_livroRepositorio.ObterTodosOrdenadosPorTitulo());
 }