Example #1
0
        /// <summary>
        /// 查询出老的文件名
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        public string GetOldfilename(int id)
        {
            ResourcesDAL dao = new ResourcesDAL();

            return(dao.GetOldfilename(id));
        }