Ejemplo n.º 1
0
 public bool DeleteBookFromLib(string name, string Location)
 {
     return(Bookdl.DeleteBookFromLib(name, Location));
 }