Exemplo n.º 1
0
 public String Validate(IEquipment equipment)
 {
     return(string.Join(",\n", equipment.GetConstructionStatus()));
 }