Esempio n. 1
0
        public static void Main(string[] args)
        {
            //string stock = "sz000333";
            //InfoData id = BuildInfo(stock);
            //Console.WriteLine(id);
            // BizApi.InsertInfo(id);
            IList <InfoData> list = GetList();

            foreach (InfoData id in list)
            {
                BizApi.InsertInfo(id);
            }
        }