Esempio n. 1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <MovieEntry> > Search(string q)
 {
     return(_implementation.SearchAsync(q));
 }