diff Implab.ServiceHost/Unity/ValueParameterElement.cs @ 281:e0916ddc9950 v3 tip

code cleanup and refactoring
author cin
date Fri, 01 Jun 2018 21:35:24 +0300
parents 6691aff01de1
children
line wrap: on
line diff
--- a/Implab.ServiceHost/Unity/ValueParameterElement.cs	Fri May 25 19:15:26 2018 +0300
+++ b/Implab.ServiceHost/Unity/ValueParameterElement.cs	Fri Jun 01 21:35:24 2018 +0300
@@ -2,7 +2,7 @@
 using System.Xml.Serialization;
 
 namespace Implab.ServiceHost.Unity {
-    public class ValueParameterElement : InjectionParameterElement {
+    public class ValueParameterElement : AbstractInjectionParameter {
         [XmlAttribute("value")]
         public string Value { get; set; }