示例#1
0
 public ActionResult GroupSetting(GroupModels model)
 {
     GroupDAO.SetItem(model);
     ViewBag.Exit = true;
     return(View(model));
 }