Beispiel #1
0
 public void RemoveProductItem(ProductItem productItem)
 {
     productItem.DisableRegister();
     UpdateProductItem(productItem);
 }