示例#1
0
 public Task <List <Person> > GetAllMovieActorDataAsync(int movieID)
 {
     return(_im.GetAllMovieActors(movieID));
 }