##// END OF EJS Templates
refactoring
refactoring

File last commit:

r274:22629bf26121 v3
r275:6fefd5811b9b v3
Show More
LifetimeElement.cs
9 lines | 206 B | text/x-csharp | CSharpLexer
using Unity.Lifetime;
namespace Implab.ServiceHost.Unity
{
public abstract class LifetimeElement
{
public abstract LifetimeManager GetLifetimeManager(ContainerBuilder ctx);
}
}