示例#1
0
        public IActionResult Edit(int id)
        {
            var car = _repository.GetByid(id);

            return(View(car));
        }