if(typeof ChinSoftProject == "undefined") ChinSoftProject={};
if(typeof ChinSoftProject.Ajax == "undefined") ChinSoftProject.Ajax={};
ChinSoftProject.Ajax.AjaxServer_class = function() {};
Object.extend(ChinSoftProject.Ajax.AjaxServer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCurrentMessageInfo: function() {
		return this.invoke("GetCurrentMessageInfo", {}, this.GetCurrentMessageInfo.getArguments().slice(0));
	},
	GetMemberList: function(pageIndex, jsonParameters) {
		return this.invoke("GetMemberList", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetMemberList.getArguments().slice(2));
	},
	AutoSaveFranchise: function(franchiseID, franchiseName, imageID) {
		return this.invoke("AutoSaveFranchise", {"franchiseID":franchiseID, "franchiseName":franchiseName, "imageID":imageID}, this.AutoSaveFranchise.getArguments().slice(3));
	},
	AutoSaveInformation: function(informationID, content, imageID) {
		return this.invoke("AutoSaveInformation", {"informationID":informationID, "content":content, "imageID":imageID}, this.AutoSaveInformation.getArguments().slice(3));
	},
	GetInformationList: function(pageIndex, jsonParameters) {
		return this.invoke("GetInformationList", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetInformationList.getArguments().slice(2));
	},
	GetAdPlaceList: function(pageIndex, jsonParameters) {
		return this.invoke("GetAdPlaceList", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetAdPlaceList.getArguments().slice(2));
	},
	GetAdOrderList: function(pageIndex, jsonParameters) {
		return this.invoke("GetAdOrderList", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetAdOrderList.getArguments().slice(2));
	},
	GetFranchiseList: function(pageIndex, jsonParameters) {
		return this.invoke("GetFranchiseList", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetFranchiseList.getArguments().slice(2));
	},
	GetInquirys: function(pageIndex, jsonParameters) {
		return this.invoke("GetInquirys", {"pageIndex":pageIndex, "jsonParameters":jsonParameters}, this.GetInquirys.getArguments().slice(2));
	},
	ReplyInquiry: function(traceInfo) {
		return this.invoke("ReplyInquiry", {"traceInfo":traceInfo}, this.ReplyInquiry.getArguments().slice(1));
	},
	DeleteInquiry: function(checkList) {
		return this.invoke("DeleteInquiry", {"checkList":checkList}, this.DeleteInquiry.getArguments().slice(1));
	},
	SavePassword: function(jsonParameters) {
		return this.invoke("SavePassword", {"jsonParameters":jsonParameters}, this.SavePassword.getArguments().slice(1));
	},
	RefreshLastVisitTime: function() {
		return this.invoke("RefreshLastVisitTime", {}, this.RefreshLastVisitTime.getArguments().slice(0));
	},
	CheckUsernameExists: function(memberID, strUsername) {
		return this.invoke("CheckUsernameExists", {"memberID":memberID, "strUsername":strUsername}, this.CheckUsernameExists.getArguments().slice(2));
	},
	Login: function(username, password, remeberMe) {
		return this.invoke("Login", {"username":username, "password":password, "remeberMe":remeberMe}, this.Login.getArguments().slice(3));
	},
	SignOut: function() {
		return this.invoke("SignOut", {}, this.SignOut.getArguments().slice(0));
	},
	DeleteFranchise: function(checkList) {
		return this.invoke("DeleteFranchise", {"checkList":checkList}, this.DeleteFranchise.getArguments().slice(1));
	},
	DeleteInformation: function(checkList) {
		return this.invoke("DeleteInformation", {"checkList":checkList}, this.DeleteInformation.getArguments().slice(1));
	},
	DeleteDictByID: function(dictID) {
		return this.invoke("DeleteDictByID", {"dictID":dictID}, this.DeleteDictByID.getArguments().slice(1));
	},
	ChangeDictSequenceNo: function(dictID1, dictID2) {
		return this.invoke("ChangeDictSequenceNo", {"dictID1":dictID1, "dictID2":dictID2}, this.ChangeDictSequenceNo.getArguments().slice(2));
	},
	url: '/ajaxpro/ChinSoftProject.Ajax.AjaxServer,App_Code.ashx'
}));
ChinSoftProject.Ajax.AjaxServer = new ChinSoftProject.Ajax.AjaxServer_class();


