Пример #1
0
 public ActionResult ShowGroups()
 {
     return(PartialView(pageGroupRepository.GetGroupForView()));
 }