Example #1
0
 public string BorrarLibro(string isbn)
 {
     return(nuevoAcceso.BorrarLibro(isbn));
 }