Exemple #1
0
 public IList <Libro> getAllLibrosByAutor(int codAutor)
 {
     return(lRepo.getAllLibrosByAutor(codAutor));
 }