예제 #1
0
 public IEnumerable <Comment> GetComments(int ideationId, int skip, int take)
 {
     return(_ideationRepository.ReadComments(ideationId, skip, take));
 }