コード例 #1
0
 public Promotion(IDealer dealer, string category)
 {
     tyre = dealer.GetTyre(category);
     car  = dealer.GetCar(category);
 }