Exemplo n.º 1
0
 public DecoratorWithNoInterface(DecoratorWithNoInterface decoratee)
 {
     TestService10 = decoratee;
 }
Exemplo n.º 2
0
 public TestService11WithConcreteDependency(TestService10 testService10)
 {
     TestService10 = testService10;
 }