if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Channel == "undefined") TwentyFour.Sites.Channel={};
if(typeof TwentyFour.Sites.Channel.Code == "undefined") TwentyFour.Sites.Channel.Code={};
TwentyFour.Sites.Channel.Code.MovieCinemaManagerAjax_class = function() {};
Object.extend(TwentyFour.Sites.Channel.Code.MovieCinemaManagerAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetListForRegion: function(RegionId) {
		return this.invoke("GetListForRegion", {"RegionId":RegionId}, this.GetListForRegion.getArguments().slice(1));
	},
	GetListForMovie: function(MovieId) {
		return this.invoke("GetListForMovie", {"MovieId":MovieId}, this.GetListForMovie.getArguments().slice(1));
	},
	url: '/ajaxpro/TwentyFour.Sites.Channel.Code.MovieCinemaManagerAjax,ChannelSite.ashx'
}));
TwentyFour.Sites.Channel.Code.MovieCinemaManagerAjax = new TwentyFour.Sites.Channel.Code.MovieCinemaManagerAjax_class();

