Beispiel #1
0
 public IList <Comment> GetComments(DateTime from, DateTime to)
 {
     return(dao.GetCommentsUpdates(from, to));
 }