コード例 #1
0
 public ActionResult <ICollection <ICarPark> > GetCarParks()
 {
     return(Ok(carParkService.GetCarParks()));
 }