Exemplo n.º 1
0
 public void BuyItem(int price)
 {
     PayingStrategy.Pay(AccountBill, price);
 }
Exemplo n.º 2
0
 public void BuyItem(int price)
 {
     _payingStrategy.Pay(_bill, price);
 }