##// END OF EJS Templates
Unity xml configuration, alpha2
Unity xml configuration, alpha2

File last commit:

r274:22629bf26121 v3
r274:22629bf26121 v3
Show More
HierarchicalLifetimeElement.cs
9 lines | 279 B | text/x-csharp | CSharpLexer
/ Implab.ServiceHost / Unity / HierarchicalLifetimeElement.cs
using Unity.Lifetime;
namespace Implab.ServiceHost.Unity
{
public class HierarchicalLifetimeElement : LifetimeElement {
public override LifetimeManager GetLifetimeManager(ContainerBuilder ctx) {
return new HierarchicalLifetimeManager();
}
}
}