Example #1
0
 public async Task <Crypto> GetCryptoByRank(int?rank)
 {
     return(await _cryptoRepository.GetCryptoByRank(rank));
 }