##// END OF EJS Templates
Unity xml configuration, alpha2
Unity xml configuration, alpha2

File last commit:

r274:22629bf26121 v3
r274:22629bf26121 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);
}
}