Example #1
0
 public IHttpActionResult Get(int id)
 {
     return(Json(pokemonService.GetByNumber(id)));
 }