Beispiel #1
0
 public PokemonSpawnMessageServiceTests()
 {
     _service = new PokemonSpawnMessageService();
 }
Beispiel #2
0
 public NearestPokemonActionResponseControllerTests()
 {
     _spawnMessageService = new PokemonSpawnMessageService();
     _controller          = new NearestPokemonActionResponseController(_spawnMessageService);
 }