if(typeof Edulife == "undefined") Edulife={};
if(typeof Edulife.BLL == "undefined") Edulife.BLL={};
if(typeof Edulife.BLL.AjaxCall == "undefined") Edulife.BLL.AjaxCall={};
Edulife.BLL.AjaxCall_class = function() {};
Object.extend(Edulife.BLL.AjaxCall_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSchoolBt: function(dirstrictID) {
		return this.invoke("getSchoolBt", {"dirstrictID":dirstrictID}, this.getSchoolBt.getArguments().slice(1));
	},
	getSchoolBt1: function(dirstrictID) {
		return this.invoke("getSchoolBt1", {"dirstrictID":dirstrictID}, this.getSchoolBt1.getArguments().slice(1));
	},
	getAdminByType: function(deptTypeID) {
		return this.invoke("getAdminByType", {"deptTypeID":deptTypeID}, this.getAdminByType.getArguments().slice(1));
	},
	getAdminByType2: function(deptTypeID) {
		return this.invoke("getAdminByType2", {"deptTypeID":deptTypeID}, this.getAdminByType2.getArguments().slice(1));
	},
	getCourseByYearX: function(year) {
		return this.invoke("getCourseByYearX", {"year":year}, this.getCourseByYearX.getArguments().slice(1));
	},
	getCourseByYear: function(year) {
		return this.invoke("getCourseByYear", {"year":year}, this.getCourseByYear.getArguments().slice(1));
	},
	TelCallRecord: function(StudentNo, UserId, Tel, adminID) {
		return this.invoke("TelCallRecord", {"StudentNo":StudentNo, "UserId":UserId, "Tel":Tel, "adminID":adminID}, this.TelCallRecord.getArguments().slice(4));
	},
	Record: function(userid, url, ip) {
		return this.invoke("Record", {"userid":userid, "url":url, "ip":ip}, this.Record.getArguments().slice(3));
	},
	getZenoMeetUrl: function(MeetId) {
		return this.invoke("getZenoMeetUrl", {"MeetId":MeetId}, this.getZenoMeetUrl.getArguments().slice(1));
	},
	chkUserID: function(userid) {
		return this.invoke("chkUserID", {"userid":userid}, this.chkUserID.getArguments().slice(1));
	},
	url: '/ajaxpro/Edulife.BLL.AjaxCall,EdulifeOnline_deploy.ashx'
}));
Edulife.BLL.AjaxCall = new Edulife.BLL.AjaxCall_class();


