コード例 #1
0
ファイル: IdeationManager.cs プロジェクト: ka2ya/cityOfIdeas
 public int CommentAmount(int id)
 {
     return(_ideationRepository.CommentAmount(id));
 }