Exemplo n.º 1
0
 public void UpdateCurrencyPrice(Quote[] quotes)
 {
     // Update the price using the US ticker.
     PriceService.UpdateCurrencyPrice(quotes);
 }