コード例 #1
0
 public IActionResult GetEmptySpot()
 {
     return(Ok(_parkingRepository.GetEmptySpots()));
 }