コード例 #1
0
 public decimal RecuperarPrecio3(int iIdProducto)
 {
     return(odalProducto.RecuperarPrecio3(iIdProducto));
 }