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

            scry.GetCards();
            return(ExampleRepository.HelloWorld());
        }
 public static string HelloWorld()
 {
     return(ExampleRepository.HelloWorld());
 }