コード例 #1
0
 public List <Park> getAllParkSql()
 {
     parkDAL = new ParkSqlDAL();
     return(parkDAL.getAllParksData());
 }