public DataTable NewsGroupFollow(int Id, int cId, int n, string approval) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.NewsGroupFollow(Id, cId, n, approval)); }
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)); }
public DataTable NewsGroupFollow(int Id, int cId, int n) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.NewsGroupFollow(Id, cId, n)); }