LifetimeElement.cs
9 lines
| 210 B
| text/x-csharp
|
CSharpLexer
cin
|
r269 | using Unity.Lifetime; | |
namespace Implab.ServiceHost.Unity | |||
{ | |||
public abstract class LifetimeElement | |||
{ | |||
public abstract LifetimeManager GetLifetimeManager(ConfigurationContext ctx); | |||
} | |||
} |