##// END OF EJS Templates
Unity xml configuration, alpha2
Unity xml configuration, alpha2

File last commit:

r274:22629bf26121 v3
r274:22629bf26121 v3
Show More
IDependencyReference.cs
7 lines | 180 B | text/x-csharp | CSharpLexer
namespace Implab.ServiceHost.Unity {
public interface IDependencyReference {
string TypeName { get; set; }
string DependencyName { get; set; }
}
}