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

Commit

Permalink
#8: Fix namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 30, 2017
1 parent e2f3675 commit ba97a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Unity.Wcf/content/WcfServiceFactory.cs.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Microsoft.Practices.Unity;
using Unity;
using Unity.Wcf;

namespace $rootnamespace$
Expand All @@ -12,5 +12,5 @@
// .RegisterType<IService1, Service1>()
// .RegisterType<DataContext>(new HierarchicalLifetimeManager());
}
}
}
}
}

0 comments on commit ba97a5e

Please sign in to comment.