Ejemplo n.º 1
0
 public DressUp(Outfit outfit, int numberOfItems)
     : base(outfit)
 {
     this.numberOfItems = numberOfItems;
 }