priceQuoteController_class = function() {};
Object.extend(priceQuoteController_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterPriceEnquiry: function(ModelID, firstName, surName, emailAddress, telephone, Notes) {
		return this.invoke("RegisterPriceEnquiry", {"ModelID":ModelID, "firstName":firstName, "surName":surName, "emailAddress":emailAddress, "telephone":telephone, "Notes":Notes}, this.RegisterPriceEnquiry.getArguments().slice(6));
	},
	GetPriceQuotePage: function(QueryID, Engine) {
		return this.invoke("GetPriceQuotePage", {"QueryID":QueryID, "Engine":Engine}, this.GetPriceQuotePage.getArguments().slice(2));
	},
	url: '/ajaxpro/control_default_PriceQuoteBox,App_Web_pricequotebox.ascx.b7431079.pwyiddfl.ashx'
}));
priceQuoteController = new priceQuoteController_class();

