/// <summary> /// 构造函数 /// </summary> public T_RoleBLL(LoggingSessionInfo pUserInfo) { this._currentDAO = new T_RoleDAO(pUserInfo); this.CurrentUserInfo = pUserInfo; }