if(typeof BMSupply == "undefined") BMSupply={};
if(typeof BMSupply.SellCo == "undefined") BMSupply.SellCo={};
if(typeof BMSupply.SellCo._default == "undefined") BMSupply.SellCo._default={};
BMSupply.SellCo._default_class = function() {};
Object.extend(BMSupply.SellCo._default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaList: function() {
		return this.invoke("GetAreaList", {}, this.GetAreaList.getArguments().slice(0));
	},
	GeSellCoList: function(pagesize, pagenows, pagewhere) {
		return this.invoke("GeSellCoList", {"pagesize":pagesize, "pagenows":pagenows, "pagewhere":pagewhere}, this.GeSellCoList.getArguments().slice(3));
	},
	GeSellCoListPage: function(pagewhere) {
		return this.invoke("GeSellCoListPage", {"pagewhere":pagewhere}, this.GeSellCoListPage.getArguments().slice(1));
	},
	url: '/ajaxpro/BMSupply.SellCo._default,BMSupply.ashx'
}));
BMSupply.SellCo._default = new BMSupply.SellCo._default_class();

