Ejemplo n.º 1
0
        public async Task SetReadStateToNotification(int notificationId)
        {
            var notification = await _iNotificationQuerie.GetNotificationById(notificationId);

            ((NotificationPanel)notification).Update(NotifacationStatus.Read);
            await _notifayCommands.UpdateNotifay(notification);
        }