Mercurial > pub > ImplabNet
view Implab.ServiceHost/Unity/ContextLifetimeElement.cs @ 275:6fefd5811b9b v3
refactoring
author | cin |
---|---|
date | Fri, 27 Apr 2018 16:57:30 +0300 |
parents | 22629bf26121 |
children | 963b17c275be |
line wrap: on
line source
using Unity.Lifetime; namespace Implab.ServiceHost.Unity { public class ContextLifetimeElement : LifetimeElement { public override LifetimeManager GetLifetimeManager(ContainerBuilder ctx) { return new PerResolveLifetimeManager(); } } }