Mercurial > pub > ImplabNet
diff Implab.ServiceHost/Unity/SingletonLifetimeElement.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 | Implab.ServiceHost/Unity/SimgletonLifetimeElement.cs@22629bf26121 |
children | 8714471e8d78 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Implab.ServiceHost/Unity/SingletonLifetimeElement.cs Sat Apr 28 18:48:09 2018 +0300 @@ -0,0 +1,8 @@ +namespace Implab.ServiceHost.Unity +{ + public class SingletonLifetimeElement : LifetimeElement { + public override void Visit(RegistrationBuilder builder) { + builder.Visit(this); + } + } +} \ No newline at end of file