コード例 #1
0
 public ActionResult Editar(Loja item)
 {
     ContextHelper.AlterarLoja(item);
     return(RedirectToAction("Index"));
 }