Beispiel #1
0
 public void PlaceOrder(Guid orderId)
 {
     catalogManager.UpdateCatalogStock(orderData[orderId]);
 }