예제 #1
0
        public bool AgregarTag(Tag p_tag)
        {
            int c = QTA.Insert_Tag(p_tag.NOMBRE, p_tag.ICONO);

            if (c > 0)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }