Exemplo n.º 1
0
        public DataTable VideosFollow(int Id, int cId, int n, string _lang)
        {
            VideosDAO videosDAO = new VideosDAO();

            return(videosDAO.VideosFollow(Id, cId, n, _lang));
        }