Beispiel #1
0
 public async Task <List <Actors> > GetActors(GetActorInput Parameters)
 {
     return(await ActorsManager.GetActors(Parameters));
 }