Exemple #1
0
        public DataTable NewsGroupFollow(int Id, int cId, int n, string approval)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.NewsGroupFollow(Id, cId, n, approval));
        }
Exemple #2
0
        public DataTable NewsGroupFollow(DateTime postDateID, int id, int cId, int n, string approval)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.NewsGroupFollow(postDateID, id, cId, n, approval));
        }
Exemple #3
0
        public DataTable NewsGroupFollow(int Id, int cId, int n)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.NewsGroupFollow(Id, cId, n));
        }