Browse Source

Fix namespaces.

pull/96/head
Halil İbrahim Kalkan 9 years ago
parent
commit
157f8154f1
  1. 4
      src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/AbpDeskDefaultDbContextFactory.cs
  2. 3
      test/Volo.Abp.Tests/Volo/Abp/Ui/Navigation/MenuManager_Tests.cs

4
src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/AbpDeskDefaultDbContextFactory.cs

@ -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 */

3
test/Volo.Abp.Tests/Volo/Abp/Ui/Navigation/MenuManager_Tests.cs

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

Loading…
Cancel
Save