7 references to NotificationService
Aspire.Dashboard (7)
Components\Dialogs\NotificationsDialog.razor.cs (7)
22_notifications = NotificationService.GetNotifications(); 23NotificationService.OnChange += HandleNotificationsChanged; 24NotificationService.ResetUnreadCount(); 31_notifications = NotificationService.GetNotifications(); 38NotificationService.ClearAll(); 43NotificationService.RemoveNotification(id); 48NotificationService.OnChange -= HandleNotificationsChanged;