Exemplo n.º 1
0
 public IHttpActionResult GetBikeTypes()
 {
     return(Ok(_bikeService.GetBikeTypes()));
 }