@page "/Notifications" @attribute [Authorize] @using salesbook.Shared.Components.SingleElements @using salesbook.Shared.Core.Interface @inject IPageTitleService PageTitleService @* *@
@code { protected override void OnInitialized() { PageTitleService?.SetTitle("Notifiche"); } }