addNamespace("Luoker.Components.BusApp.HomeMarkingD");
Luoker.Components.BusApp.HomeMarkingD.Area_class = Class.create();
Object.extend(Luoker.Components.BusApp.HomeMarkingD.Area_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaCity: function(areacode, areaname) {
		return this.invoke("GetAreaCity", {"areacode":areacode, "areaname":areaname}, this.GetAreaCity.getArguments().slice(2));
	},
	GetAreaCountry: function(areacode, areaname) {
		return this.invoke("GetAreaCountry", {"areacode":areacode, "areaname":areaname}, this.GetAreaCountry.getArguments().slice(2));
	},
	getAreaByCode: function(areaCode) {
		return this.invoke("getAreaByCode", {"areaCode":areaCode}, this.getAreaByCode.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Luoker.Components.BusApp.HomeMarkingD.Area,EesyWeb.Components.ashx';
	}
}));
Luoker.Components.BusApp.HomeMarkingD.Area = new Luoker.Components.BusApp.HomeMarkingD.Area_class();

