예제 #1
0
 public DesignerShirt(Shirt shirt)
 {
     _shirt = shirt;
 }
예제 #2
0
 public TraiditonalShirt(Shirt shirt)
 {
     _shirt = shirt;
 }