Ejemplo n.º 1
0
 public void Assign(GameList games)
 {
     TournamentId = games.TournamentId;
     GameDateId   = games.GameDateId;
     PitchId      = games.PitchId;
 }
Ejemplo n.º 2
0
 public void SetParent(GameList parent)
 {
     _parent = parent;
     Periods.SetParent(this);
 }