Exemple #1
0
 public object GetResult1()
 {
     return(OtherTickets.SelectMany(t => Validator.GetInvalidNumbers(t)).Sum());
 }