if(typeof Dimei == "undefined") Dimei={};
if(typeof Dimei.ArchitectCircle == "undefined") Dimei.ArchitectCircle={};
if(typeof Dimei.ArchitectCircle.Web == "undefined") Dimei.ArchitectCircle.Web={};
Dimei.ArchitectCircle.Web.AppAjaxMethods_class = function() {};
Object.extend(Dimei.ArchitectCircle.Web.AppAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SignIn: function(Email, Password, ValidateCode) {
		return this.invoke("SignIn", {"Email":Email, "Password":Password, "ValidateCode":ValidateCode}, this.SignIn.getArguments().slice(3));
	},
	SignOut: function() {
		return this.invoke("SignOut", {}, this.SignOut.getArguments().slice(0));
	},
	GetLoginUserName: function() {
		return this.invoke("GetLoginUserName", {}, this.GetLoginUserName.getArguments().slice(0));
	},
	GetLoginUserPetName: function() {
		return this.invoke("GetLoginUserPetName", {}, this.GetLoginUserPetName.getArguments().slice(0));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	DownloadAC_Journal: function(fileUrl) {
		return this.invoke("DownloadAC_Journal", {"fileUrl":fileUrl}, this.DownloadAC_Journal.getArguments().slice(1));
	},
	url: '/ajaxpro/Dimei.ArchitectCircle.Web.AppAjaxMethods,ArchitectCircle.Web.ashx'
}));
Dimei.ArchitectCircle.Web.AppAjaxMethods = new Dimei.ArchitectCircle.Web.AppAjaxMethods_class();

