Ejemplo n.º 1
0
 public IHttpActionResult GetConcertExist(int id)
 {
     return(Ok(_concertService.GetConcertExist(id)));
 }