コード例 #1
0
 public IHttpActionResult GetBikeTypes()
 {
     return(Ok(_bikeService.GetBikeTypes()));
 }