Beispiel #1
0
        public string[] GetCompanyCodeAsCompanyTname(string prefixText)
        {
            BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
            var list = biz.GetCompanyCodeAsCompanyT(prefixText);

            return(list.ToArray());
        }