예제 #1
0
 public decimal RecuperarPrecio2(int iIdProducto)
 {
     return(odalProducto.RecuperarPrecio2(iIdProducto));
 }