Exemplo n.º 1
0
 public ActionResult <Place> GetPlaceByIdParking(int id)
 {
     return(Ok(placeService.GetAllPlaceByIdParking(id).Result));
 }