##// END OF EJS Templates
code cleanup and refactoring
code cleanup and refactoring

File last commit:

r278:6691aff01de1 v3
r281:e0916ddc9950 v3
Show More
ITypeMemberInjection.cs
5 lines | 142 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity
{
public interface ITypeMemberInjection {
void Visit(TypeRegistrationBuilder builder);
}
}