Esempio n. 1
0
 public System.Threading.Tasks.Task <MovieData> Get(string id)
 {
     return(_implementation.GetAsync(id));
 }