ITypeMemberInjection.cs
5 lines
| 142 B
| text/x-csharp
|
CSharpLexer
cin
|
r278 | namespace Implab.ServiceHost.Unity | |
{ | |||
public interface ITypeMemberInjection { | |||
void Visit(TypeRegistrationBuilder builder); | |||
} | |||
} |