コード例 #1
0
ファイル: BankServiceImpl.java プロジェクト: jedna/pa165
 public List<Customer> getAllCustomers() {
   return customerDao.findAll();
 }