Exemplo n.º 1
0
 public IEnumerable <Comment> getspecificComments(int id)
 {
     return(cm_repo.SpecificComments(id));
 }