if(typeof Service_UserQuestion == "undefined") Service_UserQuestion={};
Service_UserQuestion_class = function() {};
Object.extend(Service_UserQuestion_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQuestionListStr: function(ClassID, title, State, isPublic, isDelete, PageSize, PageIndex) {
		return this.invoke("GetQuestionListStr", {"ClassID":ClassID, "title":title, "State":State, "isPublic":isPublic, "isDelete":isDelete, "PageSize":PageSize, "PageIndex":PageIndex}, this.GetQuestionListStr.getArguments().slice(7));
	},
	url: '/ajaxpro/Service_UserQuestion,App_Web_userquestion.aspx.9850c2fb.ashx'
}));
Service_UserQuestion = new Service_UserQuestion_class();

