if(typeof jajaoken == "undefined") jajaoken={};
if(typeof jajaoken.BrandActionList == "undefined") jajaoken.BrandActionList={};
jajaoken.BrandActionList_class = function() {};
Object.extend(jajaoken.BrandActionList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBrandActionData: function(currentpage) {
		return this.invoke("GetBrandActionData", {"currentpage":currentpage}, this.GetBrandActionData.getArguments().slice(1));
	},
	GetRecordCount: function() {
		return this.invoke("GetRecordCount", {}, this.GetRecordCount.getArguments().slice(0));
	},
	url: '/ajaxpro/jajaoken.BrandActionList,Coop.ashx'
}));
jajaoken.BrandActionList = new jajaoken.BrandActionList_class();

