示例#1
0
 public IEnumerable <Comment> GetFlaggedComments(int id, int skip, int take)
 {
     return(_ideationRepository.GetFlaggedComments(id, skip, take));
 }