LifetimeElement.cs
6 lines
| 190 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | using Unity.Lifetime; | |
namespace Implab.ServiceHost.Unity { | |||
public abstract class LifetimeElement { | |||
public abstract LifetimeManager GetLifetime(ContainerBuilder builder); | |||
} | |||
} |