if(typeof ArapSabunu == "undefined") ArapSabunu={};
ArapSabunu_class = function() {};
Object.extend(ArapSabunu_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDistrictByCity: function(ID) {
		return this.invoke("GetDistrictByCity", {"ID":ID}, this.GetDistrictByCity.getArguments().slice(1));
	},
	LoadCountry: function(ID) {
		return this.invoke("LoadCountry", {"ID":ID}, this.LoadCountry.getArguments().slice(1));
	},
	GetCityByRegion: function(ID) {
		return this.invoke("GetCityByRegion", {"ID":ID}, this.GetCityByRegion.getArguments().slice(1));
	},
	GetRegionByCountry: function(ID) {
		return this.invoke("GetRegionByCountry", {"ID":ID}, this.GetRegionByCountry.getArguments().slice(1));
	},
	url: '/ajaxpro/ArapSabunu,App_Code.lefslh_b.ashx'
}));
ArapSabunu = new ArapSabunu_class();

