Exemplo n.º 1
0
 public void SetNotificationSeen()
 {
     RegisterChanges.SetNotificationSeen(Context.User.Identity.Name);
 }
Exemplo n.º 2
0
        public NotificationListViewModel PendingMessages()
        {
            var temp = RegisterChanges.GetUserUpdates(Context.User.Identity.Name);

            return(temp);
        }