Exemple #1
0
 public bool IsHomeClub(Club other)
 {
     return(HomeClub == other);
 }
Exemple #2
0
 public bool IsAwayClub(Club other)
 {
     return(AwayClub == other);
 }