Ejemplo n.º 1
0
 public Person()
 {
     Clothing.Add(new ClothingItem("pajamas", ClothingType.Pajamas));
 }