Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/LifetimeElement.cs @ 277:963b17c275be v3
Refactoring
Added <array> element to injection parameters
Working on registrations of factories
author | cin |
---|---|
date | Sat, 28 Apr 2018 18:48:09 +0300 |
parents | 22629bf26121 |
children | 8714471e8d78 |
comparison
equal
deleted
inserted
replaced
276:b4e0f81c7425 | 277:963b17c275be |
---|---|
1 using Unity.Lifetime; | 1 namespace Implab.ServiceHost.Unity { |
2 | 2 public abstract class LifetimeElement { |
3 namespace Implab.ServiceHost.Unity | 3 public abstract void Visit(RegistrationBuilder builder); |
4 { | |
5 public abstract class LifetimeElement | |
6 { | |
7 public abstract LifetimeManager GetLifetimeManager(ContainerBuilder ctx); | |
8 | |
9 } | 4 } |
10 } | 5 } |