Exemplo n.º 1
0
        public bool IsCitizenRepeat(string eventid)
        {
            SM_CitizenServicesBLL bll = new SM_CitizenServicesBLL();

            return(bll.IsCitizenRepeat(eventid));
        }