modification ajout clients

This commit is contained in:
mepiphana2023
2025-07-16 11:02:25 +02:00
parent 1c3d4d9a94
commit 9bb9124617
4 changed files with 24 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ public interface AdresseService {
Adresse add(Adresse adresse);
Adresse findById(Long id);
Adresse findAdresseByClientId(Long clientId);
}