Ejemplo n.º 1
0
        public static List <string> getJournals(string genbankID)
        {
            List <string> journal = GDDL.getJournals(genbankID);

            if (journal.Count < 1)
            {
                throw new Exception("No match found");
            }
            return(journal);
        }