if(typeof imysun == "undefined") imysun={};
if(typeof imysun.DataProvider == "undefined") imysun.DataProvider={};
imysun.DataProvider.AjaxMethod_class = function() {};
Object.extend(imysun.DataProvider.AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserName: function(userName, types) {
		return this.invoke("CheckUserName", {"userName":userName, "types":types}, this.CheckUserName.getArguments().slice(2));
	},
	CheckOrganUserName: function(userName) {
		return this.invoke("CheckOrganUserName", {"userName":userName}, this.CheckOrganUserName.getArguments().slice(1));
	},
	rateUserPass: function(pass) {
		return this.invoke("rateUserPass", {"pass":pass}, this.rateUserPass.getArguments().slice(1));
	},
	matcherStr: function(str, cp, s) {
		return this.invoke("matcherStr", {"str":str, "cp":cp, "s":s}, this.matcherStr.getArguments().slice(3));
	},
	GetUserBalance: function(userID) {
		return this.invoke("GetUserBalance", {"userID":userID}, this.GetUserBalance.getArguments().slice(1));
	},
	url: '/ajaxpro/imysun.DataProvider.AjaxMethod,imysun.DataProvider.ashx'
}));
imysun.DataProvider.AjaxMethod = new imysun.DataProvider.AjaxMethod_class();

