if(typeof TlanticB2C == "undefined") TlanticB2C={};
if(typeof TlanticB2C.Components == "undefined") TlanticB2C.Components={};
if(typeof TlanticB2C.Components.Commerce == "undefined") TlanticB2C.Components.Commerce={};
if(typeof TlanticB2C.Components.Commerce.UserList == "undefined") TlanticB2C.Components.Commerce.UserList={};
TlanticB2C.Components.Commerce.UserList_class = function() {};
Object.extend(TlanticB2C.Components.Commerce.UserList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetColListNames: function() {
		return this.invoke("GetColListNames", {}, this.GetColListNames.getArguments().slice(0));
	},
	url: '/ajaxpro/TlanticB2C.Components.Commerce.UserList,TlanticB2C.ashx'
}));
TlanticB2C.Components.Commerce.UserList = new TlanticB2C.Components.Commerce.UserList_class();

