if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMovie: function(CityId) {
		return this.invoke("GetMovie", {"CityId":CityId}, this.GetMovie.getArguments().slice(1));
	},
	GetCinema: function(CityId, MovieId) {
		return this.invoke("GetCinema", {"CityId":CityId, "MovieId":MovieId}, this.GetCinema.getArguments().slice(2));
	},
	url: '/ajaxpro/_Default,App_Web__dwmxgqi.ashx'
}));
_Default = new _Default_class();

