예제 #1
0
 public ActionResult Edit(EducationPost postInfo)
 {
     er.EditPost(postInfo);
     return(RedirectToAction("Index"));
 }