Exemplo n.º 1
0
 public ChuteBackgroundDecorator(Chute chute, IObjectFactory backgroundFactory)
 {
     _chute             = chute;
     _backgroundFactory = backgroundFactory;
 }
Exemplo n.º 2
0
 public DebugChute(Chute chute)
 {
     _chute = chute;
 }