Ejemplo n.º 1
0
        public IOEmbedTweet GenerateOEmbedTweet(ITweetDTO tweetDTO)
        {
            var oembedTweetDTO = _tweetQueryExecutor.GenerateOEmbedTweet(tweetDTO);

            return(_tweetFactory.GenerateOEmbedTweetFromDTO(oembedTweetDTO));
        }