Exemplo n.º 1
0
        // POST: Claim/Create

        public ActionResult Edit(int id)
        {
            return(View(Cs.GetById(id)));
        }