Beispiel #1
0
        /// <summary>
        /// 删除下载记录
        /// </summary>
        /// <param name="logId"></param>
        /// <returns></returns>
        public static bool DeleteDownLog(int logId)
        {
            //QJVRMS.Business.ImageStorageWS.ImageStorageService iss = new QJVRMS.Business.ImageStorageWS.ImageStorageService();
            ResourceService rs = new ResourceService();

            return(rs.DeleteDownMessage(logId));
        }
Beispiel #2
0
 /// <summary>
 /// 删除下载记录
 /// </summary>
 /// <param name="logId"></param>
 /// <returns></returns>
 public static bool DeleteDownLog(int logId)
 {
     //QJVRMS.Business.ImageStorageWS.ImageStorageService iss = new QJVRMS.Business.ImageStorageWS.ImageStorageService();
     ResourceService rs = new ResourceService();
     return rs.DeleteDownMessage(logId);
 }