##// END OF EJS Templates
Working on Implab.Diagnostics
Working on Implab.Diagnostics

File last commit:

r279:8714471e8d78 v3
r286:67ebcfd7d1c8 v3
Show More
LifetimeElement.cs
6 lines | 190 B | text/x-csharp | CSharpLexer
using Unity.Lifetime;
namespace Implab.ServiceHost.Unity {
public abstract class LifetimeElement {
public abstract LifetimeManager GetLifetime(ContainerBuilder builder);
}
}