示例#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;
 }