コード例 #1
0
 public IEnumerable <Record> GetAllStartingFromDate(DateTime date)
 {
     return(_recordsDao.GetAllStartingFromDate(date));
 }