@ -1,9 +1,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Volo.Abp.Identity.EntityFrameworkCore;
namespace AbpDesk.EntityFrameworkCore
namespace Volo.Abp.Identity.EntityFrameworkCore
{
/* This class is needed for EF Core command line tooling */
@ -5,9 +5,8 @@ using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using System.Collections.Generic;
using Xunit;
using Volo.Abp.Ui.Navigation;
namespace Volo.Abp.UI.Navigation
namespace Volo.Abp.Ui.Navigation
public class MenuManager_Tests : AbpIntegratedTest<MenuManager_Tests.TestModule>