Ejemplo n.º 1
0
        public ActionResult RemoveResort(int id)
        {
            repository.RemoveResort(id);

            return(RedirectToAction("Index"));
        }