Пример #1
0
        public static string HelloWorld()
        {
            var scry = new ScryfallRepository();

            scry.GetCards();
            return(ExampleRepository.HelloWorld());
        }
Пример #2
0
 public static string HelloWorld()
 {
     return(ExampleRepository.HelloWorld());
 }