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