addNamespace("RRXXWeb.shanghai");
RRXXWeb.shanghai.c_1_class = function() {};
Object.extend(RRXXWeb.shanghai.c_1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDataToXml: function(subject_no, cityid, class_type, order_price, ins_id, pagenum, pagesize) {
		return this.invoke("GetDataToXml", {"subject_no":subject_no, "cityid":cityid, "class_type":class_type, "order_price":order_price, "ins_id":ins_id, "pagenum":pagenum, "pagesize":pagesize}, this.GetDataToXml.getArguments().slice(7));
	},
	GetDataToNumber: function(subject_no, cityid, class_type, ins_id) {
		return this.invoke("GetDataToNumber", {"subject_no":subject_no, "cityid":cityid, "class_type":class_type, "ins_id":ins_id}, this.GetDataToNumber.getArguments().slice(4));
	},
	url: '/ajaxpro/RRXXWeb.shanghai.c_1,RRXXWeb.ashx'
}));
RRXXWeb.shanghai.c_1 = new RRXXWeb.shanghai.c_1_class();

