Ejemplo n.º 1
0
 public string ToStringCheckNames()
 {
     return(Records.Count == 0
         ? ""
         : Records.Aggregate("", (current, record) => current + (record.ParentCheck.Name + " ")));
 }