예제 #1
0
        public int GetPostCountById(string accid)
        {
            ProfileDAO DAO = new ProfileDAO();

            return(DAO.CountQuestionsById(accid));
        }