Example #1
0
 public int CountDiscussionComments(int discussionId)
 {
     return(_discussionsRepository.CountDiscussionComments(discussionId));
 }