Ejemplo n.º 1
0
 public function findById(Task $task)
 {
     return $this->dao->findById($task->getId()->value());
 }