예제 #1
0
        public static string HelloWorld()
        {
            var scry = new ScryfallRepository();

            scry.GetCards();
            return(ExampleRepository.HelloWorld());
        }
예제 #2
0
 public static string HelloWorld()
 {
     return(ExampleRepository.HelloWorld());
 }