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

            return(table.Rows.Count);
        }