示例#1
0
 public System.Threading.Tasks.Task <MovieServiceClient.MovieService.CinemaHallModel[]> GetCinemaHallsForMovieAsync(MovieServiceClient.MovieService.MovieModel model)
 {
     return(base.Channel.GetCinemaHallsForMovieAsync(model));
 }
示例#2
0
 public MovieServiceClient.MovieService.CinemaHallModel[] GetCinemaHallsForMovie(MovieServiceClient.MovieService.MovieModel model)
 {
     return(base.Channel.GetCinemaHallsForMovie(model));
 }