Exemplo n.º 1
0
 public ShowCaseDecoratorA(IShowCase showcase) : base(showcase)
 {
 }
Exemplo n.º 2
0
 protected Decorator(IShowCase showcase)
 {
     ShowCase = showcase;
 }