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