if(typeof JSC == "undefined") JSC={};
if(typeof JSC.BookSys == "undefined") JSC.BookSys={};
if(typeof JSC.BookSys.Web == "undefined") JSC.BookSys.Web={};
if(typeof JSC.BookSys.Web.Reg == "undefined") JSC.BookSys.Web.Reg={};
JSC.BookSys.Web.Reg_class = function() {};
Object.extend(JSC.BookSys.Web.Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUser: function(_userId) {
		return this.invoke("CheckUser", {"_userId":_userId}, this.CheckUser.getArguments().slice(1));
	},
	CheckCode: function(_code) {
		return this.invoke("CheckCode", {"_code":_code}, this.CheckCode.getArguments().slice(1));
	},
	url: '/ajaxpro/JSC.BookSys.Web.Reg,App_Web_44xjcinc.ashx'
}));
JSC.BookSys.Web.Reg = new JSC.BookSys.Web.Reg_class();

