Example #1
0
 public ActionResult Edit(UserEditViewModel user)
 {
     return(RedirectToAction("Index"));
 }