Ejemplo n.º 1
0
 public IGameStep GetByPk(object pk)
 {
     return((IGameStep)EliminationStep.GetByPk(pk) ?? QualificationStep.GetByPk(pk));
 }