Beispiel #1
0
 public async Task <ActorsAddOutput> ActorsAdd(Actors Actors)
 {
     return(await ActorsManager.ActorsAdd(Actors));
 }