コード例 #1
0
        public ActionResult EditResort(Resort resort)
        {
            repository.ChangeResort(resort);


            return(RedirectToAction("Index", "Owner"));
        }