addNamespace("Localmation.CRM.Components.BusApp.LocalmationApp");
Localmation.CRM.Components.BusApp.LocalmationApp.ChangeCityApp_class = Class.create();
Object.extend(Localmation.CRM.Components.BusApp.LocalmationApp.ChangeCityApp_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowCurAreaList: function(AreaCode, AreaName, SubId) {
		return this.invoke("ShowCurAreaList", {"AreaCode":AreaCode, "AreaName":AreaName, "SubId":SubId}, this.ShowCurAreaList.getArguments().slice(3));
	},
	ShowCountryArea: function(AreaCode, AreaName, SubId) {
		return this.invoke("ShowCountryArea", {"AreaCode":AreaCode, "AreaName":AreaName, "SubId":SubId}, this.ShowCountryArea.getArguments().slice(3));
	},
	ShowDownTownArea: function(AreaCode, AreaName, SubId) {
		return this.invoke("ShowDownTownArea", {"AreaCode":AreaCode, "AreaName":AreaName, "SubId":SubId}, this.ShowDownTownArea.getArguments().slice(3));
	},
	GetVelligeList: function(AreaCode, AreaName, SubId) {
		return this.invoke("GetVelligeList", {"AreaCode":AreaCode, "AreaName":AreaName, "SubId":SubId}, this.GetVelligeList.getArguments().slice(3));
	},
	GetCurAreaData: function(AreaCode) {
		return this.invoke("GetCurAreaData", {"AreaCode":AreaCode}, this.GetCurAreaData.getArguments().slice(1));
	},
	FindDropProvince: function() {
		return this.invoke("FindDropProvince", {}, this.FindDropProvince.getArguments().slice(0));
	},
	FindDropCity: function(ParentAreaCode, IsShowAddArea) {
		return this.invoke("FindDropCity", {"ParentAreaCode":ParentAreaCode, "IsShowAddArea":IsShowAddArea}, this.FindDropCity.getArguments().slice(2));
	},
	FindDropCountry: function(ParentAreaCode, IsShowAddArea) {
		return this.invoke("FindDropCountry", {"ParentAreaCode":ParentAreaCode, "IsShowAddArea":IsShowAddArea}, this.FindDropCountry.getArguments().slice(2));
	},
	FindDownTown: function(ParentAreaCode, IsShowAddArea) {
		return this.invoke("FindDownTown", {"ParentAreaCode":ParentAreaCode, "IsShowAddArea":IsShowAddArea}, this.FindDownTown.getArguments().slice(2));
	},
	FindVellige: function(ParentAreaCode, IsShowAddArea) {
		return this.invoke("FindVellige", {"ParentAreaCode":ParentAreaCode, "IsShowAddArea":IsShowAddArea}, this.FindVellige.getArguments().slice(2));
	},
	SaveArea: function(ParentAreaCode, NewAreaName, Action, LocalmationID) {
		return this.invoke("SaveArea", {"ParentAreaCode":ParentAreaCode, "NewAreaName":NewAreaName, "Action":Action, "LocalmationID":LocalmationID}, this.SaveArea.getArguments().slice(4));
	},
	initialize: function() {
		this.url = '/ajaxpro/Localmation.CRM.Components.BusApp.LocalmationApp.ChangeCityApp,EesyWeb.Components.ashx';
	}
}));
Localmation.CRM.Components.BusApp.LocalmationApp.ChangeCityApp = new Localmation.CRM.Components.BusApp.LocalmationApp.ChangeCityApp_class();

