Exemple #1
0
 public decimal RecuperarPrecioPublico(int iIdProducto)
 {
     return(odalProducto.RecuperarPrecioPublico(iIdProducto));
 }