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

            return(bll.EventIsHandle(wfsaid));
        }