Exemplo n.º 1
0
        static async System.Threading.Tasks.Task Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            ErgastAPI ergastAPI = new ErgastAPI();
            await ergastAPI.FindSeasonsAsync();

            await ergastAPI.FindDriversForSeasonAsync(2020);

            Console.ReadKey();
        }