Exemplo n.º 1
0
        public PartialViewResult Grid()
        {
            var model = _grupoService.GetAllGrupos();

            return(PartialView("_gridGrupos", model));
        }