Esempio n. 1
0
 public List<Seat> Fetch(String condt) {
   return seatDAO.select(condt);
 }