コード例 #1
0
ファイル: IdeationManager.cs プロジェクト: ka2ya/cityOfIdeas
 public IEnumerable <Comment> GetComments(int ideationId, int skip, int take)
 {
     return(_ideationRepository.ReadComments(ideationId, skip, take));
 }