コード例 #1
0
 public ActionResult ActivarCat(int id)
 {
     oCatDAO.ActivarCat(id);
     return(RedirectToAction("ListarCat"));
 }