Ejemplo n.º 1
0
        public Tag GetNextPendingTag()
        {
            TagDAO dao = new TagDAO(MongoDB);

            return(dao.GetNextPendingTag());
        }