Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit ba97a5e

Browse files
committed
#8: Fix namespace.
1 parent e2f3675 commit ba97a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Unity.Wcf/content/WcfServiceFactory.cs.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Practices.Unity;
1+
using Unity;
22
using Unity.Wcf;
33

44
namespace $rootnamespace$
@@ -12,5 +12,5 @@
1212
// .RegisterType<IService1, Service1>()
1313
// .RegisterType<DataContext>(new HierarchicalLifetimeManager());
1414
}
15-
}
16-
}
15+
}
16+
}

0 commit comments

Comments
 (0)