示例#1
0
 public int GetIdeationReplyCount(int platformId)
 {
     return(_ideationRepository.ReadIdeationReplyCount(platformId));
 }