Ejemplo n.º 1
0
 public IEnumerable <Livro> GetAllForAtivo()
 {
     return(_livroService.GetAllForAtivo());
 }