Exemplo n.º 1
0
        /// <summary>
        /// 案件来源前六数据
        /// </summary>
        /// <returns></returns>
        public string getEventBytype()
        {
            SM_CitizenServicesBLL bll = new SM_CitizenServicesBLL();

            return(bll.getEventBytype());
        }