예제 #1
0
 public ActionResult AddAbout(About a)
 {
     abm.AboutAddBl(a);
     return(RedirectToAction("Index"));
 }