示例#1
0
        /// <summary>
        /// This method returns the list of genbankID with its corresponding ginumbers.
        /// Throws an exception of any error accessing the database occurs.
        /// </summary>
        public static XmlDocument listGiNumbers()
        {
            XmlDocument doc = new XmlDocument();

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