Example #1
0
 public List<RolYetkiDTO> yetkiListesiGetir() throws ReadException {
   RolDAOImpl dao = new RolDAOImpl();
   return dao.yetkiListesi();
 }