예제 #1
0
        public DataTable GetPersonNameToTravelWithinfiveDays(string staffid)
        {
            DAL_TRV_Request TRequest = new DAL_TRV_Request();

            try
            {
                return(TRequest.GetPersonNameToTravelWithinfiveDays(staffid));
            }
            catch { throw; }
            finally { TRequest = null; }
        }