Exemple #1
0
    protected List <NewsDataClass> buildNewsCoinSpecificCards(string currencyName)
    {
        GetNewsAPIData getNewsAPIData = new GetNewsAPIData();

        APIResult = getNewsAPIData.GetNewsAPISingleCryptoCurrency(currencyName);

        return(APIResult);
    }
Exemple #2
0
    protected List <NewsDataClass> buildNewsCards()
    {
        GetNewsAPIData getNewsAPIData = new GetNewsAPIData();

        APIResult = getNewsAPIData.GetNewsAPIMain();

        return(APIResult);
    }