Esempio n. 1
0
 public Partida(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }
Esempio n. 2
0
 public PiedraCoordenadaRepo(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }
Esempio n. 3
0
 public JuegoIniciador(IJuegoRepo juegoRepo, IPuntoRepo puntoRepo)
 {
     _juegoRepo = juegoRepo;
     _puntoRepo = puntoRepo;
 }