示例#1
0
        public List <NotificacionModel> GetNotificaciones()
        {
            var notificacionList = _ctx.Notificacions.OrderByDescending(s => s.NotificacionId).ToList();

            return(Notificacion.GetFromEntitie(notificacionList));
        }