Fix namespaces.

pull/96/head
Halil İbrahim Kalkan 8 years ago
parent fa6cba7aa0
commit 157f8154f1

@ -1,9 +1,7 @@
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design; 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 */ /* This class is needed for EF Core command line tooling */

@ -5,9 +5,8 @@ using Volo.Abp.Modularity;
using Volo.Abp.TestBase; using Volo.Abp.TestBase;
using System.Collections.Generic; using System.Collections.Generic;
using Xunit; 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> public class MenuManager_Tests : AbpIntegratedTest<MenuManager_Tests.TestModule>
{ {

Loading…
Cancel
Save