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

            scry.GetCards();
            return(ExampleRepository.HelloWorld());
        }
Ejemplo n.º 2
0
 public static string HelloWorld()
 {
     return(ExampleRepository.HelloWorld());
 }