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