if(typeof Solution == "undefined") Solution={};
if(typeof Solution.YcyMarketing == "undefined") Solution.YcyMarketing={};
if(typeof Solution.YcyMarketing.Index_class == "undefined") Solution.YcyMarketing.Index_class={};
Solution.YcyMarketing.Index_class = function() {};
Object.extend(Solution.YcyMarketing.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSubjectAssay: function() {
		return this.invoke("GetSubjectAssay", {}, this.GetSubjectAssay.getArguments().slice(0));
	},
	GetTeacherList: function() {
		return this.invoke("GetTeacherList", {}, this.GetTeacherList.getArguments().slice(0));
	},
	GetStudentList: function() {
		return this.invoke("GetStudentList", {}, this.GetStudentList.getArguments().slice(0));
	},
	GetVideoList: function() {
		return this.invoke("GetVideoList", {}, this.GetVideoList.getArguments().slice(0));
	},
	GetAbout: function() {
		return this.invoke("GetAbout", {}, this.GetAbout.getArguments().slice(0));
	},
	url: '/ajaxpro/Solution.YcyMarketing.Index,Solution.YcyMarketing.ashx'
}));
Solution.YcyMarketing.Index = new Solution.YcyMarketing.Index_class();


