From ba97a5e595ee6042a19120fce19a5132e04a781c Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 30 Nov 2017 13:24:02 +0100 Subject: [PATCH] #8: Fix namespace. --- Unity.Wcf/content/WcfServiceFactory.cs.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Unity.Wcf/content/WcfServiceFactory.cs.pp b/Unity.Wcf/content/WcfServiceFactory.cs.pp index 82c5919..afcadc9 100644 --- a/Unity.Wcf/content/WcfServiceFactory.cs.pp +++ b/Unity.Wcf/content/WcfServiceFactory.cs.pp @@ -1,4 +1,4 @@ -using Microsoft.Practices.Unity; +using Unity; using Unity.Wcf; namespace $rootnamespace$ @@ -12,5 +12,5 @@ // .RegisterType() // .RegisterType(new HierarchicalLifetimeManager()); } - } -} \ No newline at end of file + } +}