##// END OF EJS Templates
Working on Unity xml configuration
Working on Unity xml configuration

File last commit:

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