Merge branch 'main' into facture

This commit is contained in:
Olivier PARPAILLON
2025-07-16 10:05:28 +02:00
4 changed files with 163 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
@Repository
public interface ClientRepository extends JpaRepository<Client, Long> {