Exemplo n.º 1
0
        public JsonResult obtenerPermisosPorPerfil(int IdPerfil)
        {
            var seguridad = new PerfilManager();


            return(Json(seguridad.obtenerPermisosPorPeril(IdPerfil), JsonRequestBehavior.AllowGet));
        }