Example #1
0
        // GET: Grupo/Details/5
        public ActionResult Details(int id)
        {
            GrupoCEN grupo = new GrupoCEN();

            //// TO LIST NUESTRO
            IList <GrupoEN> listEvent = grupo.ReadAll(0, -1).ToList();

            return(View());
        }