Exemplo n.º 1
0
 static void Main(string[] args)
 {
     HarryPotterBooksClient client = new HarryPotterBooksClient();
     Console.WriteLine("Skriv ett ord som finns i Harry Potter böckernas titel");
     Console.WriteLine(client.BookName(Console.ReadLine()));
     Console.ReadKey();
 }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            HarryPotterBooksClient client = new HarryPotterBooksClient();

            Console.WriteLine("Skriv ett ord som finns i Harry Potter böckernas titel");
            Console.WriteLine(client.BookName(Console.ReadLine()));
            Console.ReadKey();
        }