Пример #1
0
 public List <Libro> DevolverLibrosPorTitulo(string trozoLibro)
 {
     return(nuevoAcceso.DevolverLibrosPorTitulo(trozoLibro));
 }