Пример #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;
 }