Ejemplo n.º 1
0
 public static decimal GetPrecio(string IDProducto)
 {
     return(Convert.ToDecimal(adapter.GetPrecio(IDProducto)));
 }