Example #1
0
 public void EliminarProd(string id)
 {
     objetoCD.Elimiar(Convert.ToInt32(id));
 }