Example #1
0
 public Task <List <Person> > GetAllMovieProducerDataAsync(int movieID)
 {
     return(_im.GetAllMovieProducers(movieID));
 }