示例#1
0
 public bool addDownload(string ver, string url, string cdate)
 {
     return(dal.addDownload(ver, url, Convert.ToDateTime(cdate)) > 0);
 }