FactoryInjectionElement.cs
6 lines
| 209 B
| text/x-csharp
|
CSharpLexer
cin
|
r274 | namespace Implab.ServiceHost.Unity { | |
public class FactoryInjectionElement : AbstractInjectionElement { | |||
internal override void Visit(TypeRegistrationBuilder context) { | |||
} | |||
} | |||
} |