예제 #1
0
 private void RemoveProduct(int id)
 {
     CurrentOrder.RemoveProductByProductId(id);
 }