Exemplo n.º 1
0
 public IEnumerable <Comment> GetCommentsByDate(DateTime date)
 {
     return(_commentDao.GetCommentsByDate(date));
 }