예제 #1
0
 public void EliminarProduct(string id)
 {
     objProct.EliminarProd(Convert.ToInt32(id));
 }