From b8cfc8eb5626167f8252c7fe76877f958e1308d8 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Thu, 24 Jul 2025 11:30:41 +0330 Subject: [PATCH] fix menu bug problem --- ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml b/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml index df463687..bd22a247 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Shared/_Menu.cshtml @@ -1,4 +1,5 @@ -@using AccountManagement.Domain.TicketAccessAccountAgg +@using _0_Framework.Application +@using AccountManagement.Domain.TicketAccessAccountAgg @using Microsoft.AspNetCore.Mvc.TagHelpers @using Microsoft.Extensions.Options @inject ITicketAccessAccountRepository TicketAccessAccount;