IInjectionParameter.cs
4 lines
| 142 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | namespace Implab.ServiceHost.Unity { | |
public interface IInjectionParameter { | |||
void Visit(InjectionParameterBuilder builder); | |||
} | |||
} |