Début de la page admin

This commit is contained in:
jleroy
2024-04-25 15:41:09 +02:00
parent 7513587b76
commit e08371fafe
7 changed files with 42 additions and 7 deletions

View File

@@ -12,4 +12,5 @@ public interface UserRepository {
List<String> findAllEmail();
void save(UserProfil utilisateur);
void delete(int id);
void disable(int id);
}