Exemple #1
0
 public IHttpActionResult GetActorGroups()
 {
     return(Ok(_concertService.GetActorGroups()));
 }