예제 #1
0
 public DecoratorWithNoInterface(DecoratorWithNoInterface decoratee)
 {
     TestService10 = decoratee;
 }
예제 #2
0
 public TestService11WithConcreteDependency(TestService10 testService10)
 {
     TestService10 = testService10;
 }