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