modif class membre et team

This commit is contained in:
Hedi 2022-01-08 18:32:16 +01:00
parent af3700e99a
commit 1ed8373359
6 changed files with 159 additions and 37 deletions

View file

@ -6,5 +6,5 @@ import org.springframework.stereotype.Repository;
@Repository
public interface MembreRepository extends JpaRepository<Membre, Integer> {
Membre findByNom(String nom);
}