Ejemplo n.º 1
0
 public IPoints WinBall(FortyPoints opponentPoints)
 {
     return(new ThirtyPoints());
 }
Ejemplo n.º 2
0
 public IPoints WinBall(FortyPoints opponentPoints)
 {
     throw new InvalidOperationException();
 }
Ejemplo n.º 3
0
 public IPoints WinBall(FortyPoints opponentPoints)
 {
     return(new FifteenPoints());
 }
Ejemplo n.º 4
0
 public IPoints WinBall(FortyPoints opponentPoints)
 {
     return(new GamePoint());
 }
Ejemplo n.º 5
0
 public IPoints WinBall(FortyPoints opponentPoints)
 {
     return(new AdvantagePoint());
 }