예제 #1
0
 public Partida(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }
예제 #2
0
 public PiedraCoordenadaRepo(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }
예제 #3
0
 public JuegoIniciador(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }