Ejemplo n.º 1
0
 public PokemonSpawnMessageServiceTests()
 {
     _service = new PokemonSpawnMessageService();
 }
Ejemplo n.º 2
0
 public NearestPokemonActionResponseControllerTests()
 {
     _spawnMessageService = new PokemonSpawnMessageService();
     _controller          = new NearestPokemonActionResponseController(_spawnMessageService);
 }