Example #1
0
 public IEnumerable <Comment> getListComments(int id)
 {
     return(cm_repo.ListComment(id));
 }