コード例 #1
0
 public Customers(Lemonade recipe, Weather forcast)
 {
     ChanceToPurchase = generatePurchaseChance(recipe, forcast);
 }