示例#1
0
 public async Task CreateCoingeckoNotIncludedAssetsAsync()
 {
     await CreateNotIncludedAssetsAsync(CoinGeckoBusiness.GetAllCoinsData());
 }
示例#2
0
 public void UpdateCoingeckoAssetsMarketcap()
 {
     UpdateAssetsMarketcap(CoinGeckoBusiness.GetAllCoinsData());
 }
示例#3
0
 public async Task UpdateCoingeckoAssetsIconsAsync()
 {
     await UpdateIconsAsync(CoinGeckoBusiness.GetAllCoinsData());
 }