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