Ejemplo n.º 1
0
        // GET: GroupsController

        public ActionResult Index()
        {
            return(View(_groupsRepository.GetAllGroups()));
        }