Exemplo n.º 1
0
        /// <summary>
        /// This method returns the list of prokaryotes and its respective project IDs.
        /// Throws an exception of any error accessing the database occurs.
        /// </summary>
        public static XmlDocument listProjects()
        {
            XmlDocument doc = new XmlDocument();

            doc.AppendChild(dictionaryToXML(GDDL.listDblinks(), doc));
            return(doc);
        }