Ejemplo n.º 1
0
 public DesignerShirt(Shirt shirt)
 {
     _shirt = shirt;
 }
Ejemplo n.º 2
0
 public TraiditonalShirt(Shirt shirt)
 {
     _shirt = shirt;
 }