Exemplo n.º 1
0
        public string GetElectronicViewKeyForReader(int IDREADER)
        {
            BJDatabaseWrapper dbw   = new BJDatabaseWrapper(this.Fund);
            DataTable         table = dbw.GetElectronicViewKeyForReader(this.ID, IDREADER);

            return(table.Rows[0]["VIEWKEY"].ToString());
        }