Exemplo n.º 1
0
 public Round GetRound(int number)
 {
     return(Rounds.Single(x => x.Number == number));
 }