Exemple #1
0
        public int GetCommentsCount(int id)
        {
            int count = 0;

            count = _commentsRepository.CountOfComments(id);
            return(count);
        }