Exemple #1
0
 public void BuyStock(Wallet wallet, string ticker, int quantity, double amount)
 {
     wallet.BuyStock(ticker, quantity, amount);
 }