Beispiel #1
0
 public List<Task> getAllTask() {
   return (List<Task>) taskDao.findAll();
 }