fix menu bug problem

This commit is contained in:
MahanCh
2025-07-24 11:30:41 +03:30
parent 4c0f4bb70c
commit b8cfc8eb56

View File

@@ -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;