diff --git a/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml b/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml index e47b8b9e..df463687 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml @@ -1,7 +1,9 @@ @using AccountManagement.Domain.TicketAccessAccountAgg @using Microsoft.AspNetCore.Mvc.TagHelpers +@using Microsoft.Extensions.Options @inject ITicketAccessAccountRepository TicketAccessAccount; @inject _0_Framework.Application.IAuthHelper AuthHelper; +@inject IOptions AppSetting @{ var accountId = AuthHelper.CurrentAccountId();