Exemplo n.º 1
0
 public IActionResult Index()
 {
     return(Ok((_convertService.GetCurrencies(), _convertService.GetHistory())));
 }