if(typeof jajaoken == "undefined") jajaoken={};
if(typeof jajaoken.QuestionList == "undefined") jajaoken.QuestionList={};
jajaoken.QuestionList_class = function() {};
Object.extend(jajaoken.QuestionList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQuestionData: function(PageIndex1, PageSize1) {
		return this.invoke("GetQuestionData", {"PageIndex1":PageIndex1, "PageSize1":PageSize1}, this.GetQuestionData.getArguments().slice(2));
	},
	GetAnswerData: function(QuestionId) {
		return this.invoke("GetAnswerData", {"QuestionId":QuestionId}, this.GetAnswerData.getArguments().slice(1));
	},
	RecordCount: function() {
		return this.invoke("RecordCount", {}, this.RecordCount.getArguments().slice(0));
	},
	url: '/ajaxpro/jajaoken.QuestionList,Coop.ashx'
}));
jajaoken.QuestionList = new jajaoken.QuestionList_class();

