예제 #1
0
 public async Task <ActionResult <CurrencyQuotesModel> > Get()
 {
     return(await _liveService.GetLiveCurrencies());
 }