Exemplo n.º 1
0
        public IActionResult TestDrive()
        {
            //use current user's ID to get testdrive
            var testDrive = testDriveService.GetTestDriveByUserId("00000000-0000-0000-0000-000000000000");

            return(View(testDrive));
        }