Ejemplo n.º 1
0
 public SiteIdentity(string currentCode)
 {
     SM.YuQing.BLL.Person   bll   = new BLL.Person();
     SM.YuQing.Model.Person model = bll.GetModelFromCode(currentCode);
     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;
 }