Ejemplo n.º 1
0
        public static string HelloWorld()
        {
            var scry = new ScryfallRepository();

            scry.GetCards();
            return(ExampleRepository.HelloWorld());
        }
Ejemplo n.º 2
0
        public static void GetCardsByName(IEnumerable <string> names)
        {
            var scry = new ScryfallRepository();

            scry.GetCards(names);
        }