Ejemplo n.º 1
0
        //private string _fstoreno;

        public SiteIdentity(int currentUserID)
        {
            SM.YuQing.BLL.Person   bll   = new BLL.Person();
            SM.YuQing.Model.Person model = bll.GetModel(currentUserID);
            this._fid   = model.ID;
            this._fcode = model.Code;
            this._fname = model.Name;
            //this._fpermission = model.FPermission;
            //this._ftenantcode = model.FTenantCode;
            this._fpwd = model.Pwd;
            //this._fstoreno = model.FStoreNo;
        }