Exemplo n.º 1
0
 protected WaterFilter(WaterFilter other)
     : base(other)
 {
     Effectiveness = other.Effectiveness;
 }
Exemplo n.º 2
0
 protected WaterFilter(WaterFilter other) : base(other)
 {
     Effectiveness = other.Effectiveness;
 }