##// END OF EJS Templates
refactoring
refactoring

File last commit:

r274:22629bf26121 v3
r275:6fefd5811b9b v3
Show More
FactoryInjectionElement.cs
6 lines | 209 B | text/x-csharp | CSharpLexer
/ Implab.ServiceHost / Unity / FactoryInjectionElement.cs
cin
Unity xml configuration, alpha2
r274 namespace Implab.ServiceHost.Unity {
public class FactoryInjectionElement : AbstractInjectionElement {
internal override void Visit(TypeRegistrationBuilder context) {
}
}
}