Beispiel #1
0
 public int CommentAmount(int id)
 {
     return(_ideationRepository.CommentAmount(id));
 }