registro-horas #76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "registro-horas"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -12,3 +12,3 @@
Optional<Employee> findByPersonalEmail(String personalEmail);
Optional<Employee> findByTeamId(UUID teamId);
Optional<Employee> findByTeamIdAndLeadManager(UUID teamId);
creo que esto no va a funcionar porque solo tiene un parametro. creo que corregimos esto antes.