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