Beispiel #1
0
 public bool IsMayorEdadCategory()
 {
     return(Participantes.Exists(p => p.Edad >= 18));
 }