if(typeof ArapSabunu == "undefined") ArapSabunu={};
ArapSabunu_class = function() {};
Object.extend(ArapSabunu_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeModel: function(MID) {
		return this.invoke("ChangeModel", {"MID":MID}, this.ChangeModel.getArguments().slice(1));
	},
	GetCities: function(ModelGRID) {
		return this.invoke("GetCities", {"ModelGRID":ModelGRID}, this.GetCities.getArguments().slice(1));
	},
	GetYearsOfGr: function(ModelGrID) {
		return this.invoke("GetYearsOfGr", {"ModelGrID":ModelGrID}, this.GetYearsOfGr.getArguments().slice(1));
	},
	GetDistrictsOfCity: function(CityID) {
		return this.invoke("GetDistrictsOfCity", {"CityID":CityID}, this.GetDistrictsOfCity.getArguments().slice(1));
	},
	url: '/ajaxpro/Daisy.Sfr.Default,App_Web_ulzxbu9m.ashx'
}));
ArapSabunu = new ArapSabunu_class();

