Esempio n. 1
0
        static void Main(string[] args)
        {
            var horsedetails = UnityConfig.GetManager().GetHorses();

            foreach (var horsedetail in horsedetails)
            {
                Console.WriteLine($"HorseName: {horsedetail.Name} :: Price: {horsedetail.Price}");
            }
            Console.WriteLine("PLEASE DEBUG .....!");
        }