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