Exemple #1
0
 public IList <Comment> GetChildComments(Comment c)
 {
     return(dao.GetChildComments(c));
 }