Example #1
0
 public ActionResult Add(StaticPage data)
 {
     _staticPageService.Add(data);
     return(Redirect("/Admin/StaticPage/List"));
 }