Example #1
0
 public void EliminarProducto(string Id_Prod)
 {
     objetoCD.EliminarProducto(Convert.ToInt32(Id_Prod));
 }