示例#1
0
 public void GetAmountToBuy()
 {
     UI.GetAmountToBuy(item);
     amountToPurchase = Convert.ToInt32(Console.ReadLine());
 }