ContainerLifetimeElement.cs
11 lines
| 290 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | using Unity.Lifetime; | |
namespace Implab.ServiceHost.Unity | |||
{ | |||
public class ContainerLifetimeElement : LifetimeElement { | |||
public override LifetimeManager GetLifetime(ContainerBuilder builder) { | |||
return new ContainerControlledLifetimeManager(); | |||
} | |||
} | |||
} |