if(typeof D == "undefined") D={}; if(typeof D.BLL == "undefined") D.BLL={}; if(typeof D.BLL.B_Common_class == "undefined") D.BLL.B_Common_class={}; D.BLL.B_Common_class = function() {}; Object.extend(D.BLL.B_Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { ClearCache: function() { return this.invoke("ClearCache", {}, this.ClearCache.getArguments().slice(0)); }, GetUserInfo: function() { return this.invoke("GetUserInfo", {}, this.GetUserInfo.getArguments().slice(0)); }, ExistsUserReg: function(type, value, value1) { return this.invoke("ExistsUserReg", {"type":type, "value":value, "value1":value1}, this.ExistsUserReg.getArguments().slice(3)); }, url: '/ajaxpro/D.BLL.B_Common,D.BLL.ashx' })); D.BLL.B_Common = new D.BLL.B_Common_class();