Ejemplo n.º 1
0
 public List <Book> SearchBookFromLib(string name)
 {
     return(Bookdl.SearchBookFromLibrary(name));
 }