##// END OF EJS Templates
refactoring
refactoring

File last commit:

r274:22629bf26121 v3
r275:6fefd5811b9b v3
Show More
ContextLifetimeElement.cs
9 lines | 272 B | text/x-csharp | CSharpLexer
cin
Working on Unity container xml configuration
r269 using Unity.Lifetime;
namespace Implab.ServiceHost.Unity
{
public class ContextLifetimeElement : LifetimeElement {
cin
Unity xml configuration, alpha2
r274 public override LifetimeManager GetLifetimeManager(ContainerBuilder ctx) {
cin
Working on Unity container xml configuration
r269 return new PerResolveLifetimeManager();
}
}
}