示例#1
0
 // GET: News
 public ActionResult ShowGroups()
 {
     return(PartialView(pageGrropRepository.GetGroupsForView()));
 }