Esempio n. 1
0
        public JsonResult getHotwheel(int id)
        {
            var list = CarAzure.getHotwheel(id);

            return(new JsonResult(list));
        }
Esempio n. 2
0
        public JsonResult getAllCars()
        {
            var list = CarAzure.getAllCars();

            return(new JsonResult(list));
        }