コード例 #1
0
        public DataTable GetPositionKZ()
        {
            DataTable dt = null;

            try
            {
                dt = ObjDPosition.GetPositionKZ();
            }
            catch (Exception ex)
            {
                throw;
            }
            return(dt);
        }