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