addNamespace("autofuwu.Web");
autofuwu.Web.fullcar1_class = Class.create();
autofuwu.Web.fullcar1_class.prototype = (new AjaxPro.Request()).extend({
	GetFullCarPrice: function(carid, uid, callback) {
		return this.invoke("GetFullCarPrice", {"carid":carid, "uid":uid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/autofuwu.Web.fullcar1,autofuwu.Web.ashx";
	}
})
autofuwu.Web.fullcar1 = new autofuwu.Web.fullcar1_class();

