Beispiel #1
0
        public DataTable GetVideosByCateHomeList(string strCate, string _lang)
        {
            string    restr     = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','");
            VideosDAO videosDAO = new VideosDAO();

            return(videosDAO.GetVideosByCateHomeList(restr, _lang));
        }