if(typeof Mantis == "undefined") Mantis={};
if(typeof Mantis.GNS == "undefined") Mantis.GNS={};
if(typeof Mantis.GNS.Pages == "undefined") Mantis.GNS.Pages={};
if(typeof Mantis.GNS.Pages.Content == "undefined") Mantis.GNS.Pages.Content={};
if(typeof Mantis.GNS.Pages.Content.CustomersControl == "undefined") Mantis.GNS.Pages.Content.CustomersControl={};
Mantis.GNS.Pages.Content.CustomersControl_class = function() {};
Object.extend(Mantis.GNS.Pages.Content.CustomersControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCustomersByRegionId: function(id) {
		return this.invoke("GetCustomersByRegionId", {"id":id}, this.GetCustomersByRegionId.getArguments().slice(1));
	},
	GetCustomersByMarketId: function(id) {
		return this.invoke("GetCustomersByMarketId", {"id":id}, this.GetCustomersByMarketId.getArguments().slice(1));
	},
	url: '/ajaxpro/Mantis.GNS.Pages.Content.CustomersControl,App_Web_2dhrqwmj.ashx'
}));
Mantis.GNS.Pages.Content.CustomersControl = new Mantis.GNS.Pages.Content.CustomersControl_class();


