Implementation of the user port for JPA processing.
This commit is contained in:
@@ -10,4 +10,6 @@ public interface UserPort {
|
||||
Optional<User> findById(UUID userId);
|
||||
|
||||
List<User> findAll();
|
||||
|
||||
void save(User user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user