if(typeof Dimei == "undefined") Dimei={};
if(typeof Dimei.Shangbin == "undefined") Dimei.Shangbin={};
Dimei.Shangbin.AppAjaxMethods_class = function() {};
Object.extend(Dimei.Shangbin.AppAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserExists: function(userName) {
		return this.invoke("UserExists", {"userName":userName}, this.UserExists.getArguments().slice(1));
	},
	url: '/ajaxpro/Dimei.Shangbin.AppAjaxMethods,Shangbin.ashx'
}));
Dimei.Shangbin.AppAjaxMethods = new Dimei.Shangbin.AppAjaxMethods_class();

