示例#1
0
        public bool them(ThamSoDTO ts)
        {
            bool re = tsDAL.them(ts);

            return(re);
        }