Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/LifetimeElement.cs @ 279:8714471e8d78 v3
Container configuration cleanup, RC2
author | cin |
---|---|
date | Fri, 04 May 2018 18:12:42 +0300 |
parents | 963b17c275be |
children |
comparison
equal
deleted
inserted
replaced
278:6691aff01de1 | 279:8714471e8d78 |
---|---|
1 using Unity.Lifetime; | |
2 | |
1 namespace Implab.ServiceHost.Unity { | 3 namespace Implab.ServiceHost.Unity { |
2 public abstract class LifetimeElement { | 4 public abstract class LifetimeElement { |
3 public abstract void Visit(RegistrationBuilder builder); | 5 public abstract LifetimeManager GetLifetime(ContainerBuilder builder); |
4 } | 6 } |
5 } | 7 } |