addNamespace("FeiYang.NewSite.Controls");
FeiYang.NewSite.Controls.PageCustomer_class = Class.create();
FeiYang.NewSite.Controls.PageCustomer_class.prototype = (new AjaxPro.Request()).extend({
	LoginOut: function(callback) {
		return this.invoke("LoginOut", {}, callback);
	},
	Get: function(AccountEmail, PasswordVerifycode, ip, langTypeId, callback) {
		return this.invoke("Get", {"AccountEmail":AccountEmail, "PasswordVerifycode":PasswordVerifycode, "ip":ip, "langTypeId":langTypeId}, callback);
	},
	RetLangTypeID: function(callback) {
		return this.invoke("RetLangTypeID", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/FeiYang.NewSite.Controls.PageCustomer,FeiYang.NewSite.ashx";
	}
})
FeiYang.NewSite.Controls.PageCustomer = new FeiYang.NewSite.Controls.PageCustomer_class();

