##// END OF EJS Templates
Working on Unity xml configuration
Working on Unity xml configuration

File last commit:

r270:ade80d94dfb5 v3
r271:d4d437ec4483 v3
Show More
InjectionParameterElement.cs
8 lines | 207 B | text/x-csharp | CSharpLexer
using System.Xml.Serialization;
namespace Implab.ServiceHost.Unity {
public class InjectionParameterElement {
[XmlAttribute("type")]
public string TypeName { get; set; }
}
}