예제 #1
0
        public ActionResult update(int id)
        {
            var detail = _voteService.Detail(id);

            if (detail == null)
            {
                Response.Redirect("/error/error", true);
            }
            return(View());
        }