Ejemplo n.º 1
0
 public IQueryable <Comment> CommentsForPost(long?id)
 {
     return(_repository.CommentsForPost(id));
 }