コード例 #1
0
		public DecoratingMultiImpl(InterfaceWithMultipleImplementations dependency)
		{
			this.dependency = dependency;
		}
コード例 #2
0
 public DecoratingMultiImpl(InterfaceWithMultipleImplementations dependency)
 {
     this.dependency = dependency;
 }
コード例 #3
0
		public ClassThatDependsOnMultiImplInterface(InterfaceWithMultipleImplementations dependency)
		{
			this.dependency = dependency;
		}
コード例 #4
0
 public ClassThatDependsOnMultiImplInterface(InterfaceWithMultipleImplementations dependency)
 {
     this.dependency = dependency;
 }