示例#1
0
 public ActionResult EditSec(int secId, string sec)
 {
     SectionBL.UpdateSec(secId, sec);
     return(RedirectToAction("secManagment"));
 }