예제 #1
0
 public int GetCommentCount(int platformId)
 {
     return(_ideationRepository.ReadCommentCount(platformId));
 }