Example #1
0
 public IList <PokemonModel> GetAll()
 {
     return(service.GetAll());
 }
Example #2
0
 public IActionResult Get()
 {
     return(Ok(_pokemonService.GetAll()));
 }