Exemple #1
0
 public void AgregaImagenProducto(int id, string descripcion, byte[] im)
 {
     d.AgregaImagenes(id, descripcion, im);
 }