コード例 #1
0
 public double GetOrderPrice()
 {
     return(delivery.GetOrderPrice() * SellMod);
 }