Esempio n. 1
0
 private void RemoveProduct(int id)
 {
     CurrentOrder.RemoveProductByProductId(id);
 }