예제 #1
0
        public IActionResult OnGet(int id)
        {
            _cars.DeleteCar(id);

            return(RedirectToPage("Index"));
        }