Beispiel #1
0
 private double GetPriceFor(OrderBefore order) => order.GetDiscountedPrice();
Beispiel #2
0
 private void AddOrder(OrderBefore arg)
 {
     arg.SetCustomer(this);
 }