Пример #1
0
 public DataTable GetDownloadByCateHomeList(string strCate)
 {
     string restr = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','");
     DownloadDAO downloadDAO = new DownloadDAO();
     return downloadDAO.GetDownloadByCateHomeList(restr);
 }