コード例 #1
0
ファイル: RolBusiness.java プロジェクト: erdilhakan/Test
 public List<RolYetkiDTO> yetkiListesiGetir() throws ReadException {
   RolDAOImpl dao = new RolDAOImpl();
   return dao.yetkiListesi();
 }