예제 #1
0
 public IHttpActionResult GetConcertHalls(int id)
 {
     return(Ok(_concertService.GetConcertPlaces(id)));
 }