annotate Implab.ServiceHost/Unity/FactoryInjectionElement.cs @ 275:6fefd5811b9b v3

refactoring
author cin
date Fri, 27 Apr 2018 16:57:30 +0300
parents 22629bf26121
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
274
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
1 namespace Implab.ServiceHost.Unity {
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
2 public class FactoryInjectionElement : AbstractInjectionElement {
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
3 internal override void Visit(TypeRegistrationBuilder context) {
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
4
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
5 }
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
6 }
22629bf26121 Unity xml configuration, alpha2
cin
parents:
diff changeset
7 }