Esempio n. 1
0
        public async Task Dismiss(NotificationModel notificationModel)
        {
            notificationModel.Dismissed = true;
            await notificationServiceClient.UpdateNotification(notificationModel);

            cachingService.Remove(nameof(NotificationManager.GetNotifications));
        }