if(typeof DcSoft == "undefined") DcSoft={};
if(typeof DcSoft.Web == "undefined") DcSoft.Web={};
if(typeof DcSoft.Web.Contac == "undefined") DcSoft.Web.Contac={};
DcSoft.Web.Contac_class = function() {};
Object.extend(DcSoft.Web.Contac_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityList: function(areaId) {
		return this.invoke("GetCityList", {"areaId":areaId}, this.GetCityList.getArguments().slice(1));
	},
	GetShopList: function(areaId, where) {
		return this.invoke("GetShopList", {"areaId":areaId, "where":where}, this.GetShopList.getArguments().slice(2));
	},
	GetShopArray: function(areaId) {
		return this.invoke("GetShopArray", {"areaId":areaId}, this.GetShopArray.getArguments().slice(1));
	},
	url: '/ajaxpro/DcSoft.Web.Contac,DcSoft.Web.ashx'
}));
DcSoft.Web.Contac = new DcSoft.Web.Contac_class();


