Exemplo n.º 1
0
 public async Task <bool> CheckCurrency(string currencyId)
 {
     return(await _currencyService.CheckCurrency(currencyId));
 }