Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit 61b8e7a

Browse files
committed
Refactoring namespaces
1 parent 79051ef commit 61b8e7a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/PerRequestLifetimeManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using Unity.Policy;
2+
using Unity.Lifetime;
33

44
namespace Unity.AspNet.Mvc
55
{

tests/MvcUnityDependencyResolverFixture.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-

2-
1+
using Microsoft.VisualStudio.TestTools.UnitTesting;
32
using System;
43
using System.Linq;
54
using System.Web.Mvc;
6-
7-
using Microsoft.VisualStudio.TestTools.UnitTesting;
8-
9-
using Unity.Exceptions;
5+
using Unity.Lifetime;
106

117
namespace Unity.AspNet.Mvc.Tests
128
{

0 commit comments

Comments
 (0)