Пример #1
0
 @Override
 public List<NoteType> getAllTypes() {
   return typeDAO.selectAll();
 }