if(typeof WeekendRestType == "undefined") WeekendRestType={};
if(typeof WeekendRestType.UserControls == "undefined") WeekendRestType.UserControls={};
WeekendRestType.UserControls.CustomersList_class = function() {};
Object.extend(WeekendRestType.UserControls.CustomersList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToFavouriteList: function(customerID) {
		return this.invoke("AddToFavouriteList", {"customerID":customerID}, this.AddToFavouriteList.getArguments().slice(1));
	},
	url: '/ajaxpro/WeekendRestType.UserControls.CustomersList,WeekendRestType.ashx'
}));
WeekendRestType.UserControls.CustomersList = new WeekendRestType.UserControls.CustomersList_class();

