コード例 #1
0
ファイル: DownloadBSO.cs プロジェクト: trungjc/quanlyhocsinh
 public DataTable GetDownloadByCateHomeList(string strCate)
 {
     string restr = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','");
     DownloadDAO downloadDAO = new DownloadDAO();
     return downloadDAO.GetDownloadByCateHomeList(restr);
 }