Ejemplo n.º 1
0
 public Casual(Clothing clothing, Styles style) : base(clothing, clothing.Size)
 {
     Style = style;
 }