patch connexion
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.List;
|
||||
public interface UserRepository {
|
||||
List<UserProfil> findAll();
|
||||
UserProfil findById(int id);
|
||||
UserProfil findByUsername(String username, String email);
|
||||
UserProfil findByUsername(String username);
|
||||
void save(UserProfil utilisateur);
|
||||
void delete(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user