SingletonLifetimeElement.cs
7 lines
| 215 B
| text/x-csharp
|
CSharpLexer
cin
|
r277 | namespace Implab.ServiceHost.Unity | |
{ | |||
public class SingletonLifetimeElement : LifetimeElement { | |||
public override void Visit(RegistrationBuilder builder) { | |||
builder.Visit(this); | |||
} | |||
} | |||
} |