示例#1
0
        public List <Clases.PerfilNotificacion> obtenerPerfilesNotificacionUser()

        {
            int IdUsuario = Convert.ToInt32(Session["PerfilInterior"]);

            List <Clases.PerfilNotificacion> listaNotificaciones = ConfiguracionViajesModels.obtenerPerfilesNotificacionUser(IdUsuario);



            return(listaNotificaciones);
        }