コード例 #1
0
        public ActionResult Cars()
        {
            List <ApiCar> cars = client.GetCars();

            return(View(cars));
        }