comparison Implab.ServiceHost/Unity/IDependencyReference.cs @ 273:79110a16cab7 v3

Working on Unity xml configuration: Refactoring in progress
author cin
date Thu, 26 Apr 2018 19:35:01 +0300
parents
children 22629bf26121
comparison
equal deleted inserted replaced
272:9d1cca834b05 273:79110a16cab7
1 namespace Implab.ServiceHost.Unity {
2 public interface IDependencyReference {
3 string Name { get; set; }
4 }
5 }