コード例 #1
0
        public bool addData(ThamSoDTO ts)
        {
            bool re = tsDAL.addData(ts);

            return(re);
        }