コード例 #1
0
 public IEnumerable <House> GetAll()
 {
     return(houseDao.GetAll());
 }
コード例 #2
0
 public List <House> GetAll()
 {
     return((List <House>)_dao.GetAll());
 }