3 references to NotificationService
Aspire.Dashboard (3)
Components\Layout\NotificationsHeaderButton.razor.cs (3)
23
NotificationService
.OnChange += HandleNotificationsChanged;
26
private int UnreadCount =>
NotificationService
.UnreadCount;
40
NotificationService
.OnChange -= HandleNotificationsChanged;