Exemplo n.º 1
0
 /// <inheritdoc />
 public SouthPeople(Clothes c) : base(c)
 {
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public NorthPeople(Clothes c) : base(c)
 {
 }
Exemplo n.º 3
0
 /// <inheritdoc />
 protected People(Clothes c)
 {
     this.c = c;
 }