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