if(typeof Avantime == "undefined") Avantime={};
if(typeof Avantime.Templates == "undefined") Avantime.Templates={};
if(typeof Avantime.Templates.Core == "undefined") Avantime.Templates.Core={};
if(typeof Avantime.Templates.Core.Units == "undefined") Avantime.Templates.Core.Units={};
if(typeof Avantime.Templates.Core.Units.QAModule == "undefined") Avantime.Templates.Core.Units.QAModule={};
Avantime.Templates.Core.Units.QAModule_class = function() {};
Object.extend(Avantime.Templates.Core.Units.QAModule_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetQuestionList: function(parentID) {
		return this.invoke("GetQuestionList", {"parentID":parentID}, this.GetQuestionList.getArguments().slice(1));
	},
	GetAnswerPage: function(questionID) {
		return this.invoke("GetAnswerPage", {"questionID":questionID}, this.GetAnswerPage.getArguments().slice(1));
	},
	url: '/ajaxpro/Avantime.Templates.Core.Units.QAModule,Avantime.ashx'
}));
Avantime.Templates.Core.Units.QAModule = new Avantime.Templates.Core.Units.QAModule_class();


