Example #1
0
 public async Task <IActionResult> GetAllPokemons()
 {
     return(Ok(await _service.GetAllPokemons()));
 }