Example #1
0
 public PokemonDTO GetByID(string id)
 {
     return(repository.GetByID(id));
 }