Esempio n. 1
0
 public List<Comment> GetCommentChidren(int id) {
     CommentRepository cr = new CommentRepository();
     return cr.GetCommentChidren(id).ToList();
 }