Exemple #1
0
 public IHttpActionResult GetActorProgramms(int id)
 {
     return(Ok(_concertService.GetActorProgramms(id)));
 }