Example #1
0
 private boolean taskExists(Long taskId) {
   return taskJpaRepository.exists(taskId);
 }