示例#1
0
        public bool AddDbData(CommonClass custom)
        {
            var k =
                dc.addData(custom);

            if (k)
            {
                return(true);
            }

            else
            {
                return(false);
            }
        }