1 implementation of UnreadCount
Aspire.Dashboard (1)
Model\NotificationService.cs (1)
17
public int
UnreadCount
1 reference to UnreadCount
Aspire.Dashboard (1)
Components\Layout\NotificationsHeaderButton.razor.cs (1)
26
private int UnreadCount => NotificationService.
UnreadCount
;