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