public DecoratingMultiImpl(InterfaceWithMultipleImplementations dependency)
		{
			this.dependency = dependency;
		}
示例#2
0
 public DecoratingMultiImpl(InterfaceWithMultipleImplementations dependency)
 {
     this.dependency = dependency;
 }
		public ClassThatDependsOnMultiImplInterface(InterfaceWithMultipleImplementations dependency)
		{
			this.dependency = dependency;
		}
示例#4
0
 public ClassThatDependsOnMultiImplInterface(InterfaceWithMultipleImplementations dependency)
 {
     this.dependency = dependency;
 }