Commit db5ac50ae9613816a36abf7d99a026ae3e5605db
1 parent
5fdbf24c
Examen terminé.
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
src/main/java/fr/plil/sio/web/mvc/DetteRepository.java
0 → 100644
... | ... | @@ -0,0 +1,12 @@ |
1 | +/* | |
2 | + * To change this license header, choose License Headers in Project Properties. | |
3 | + * To change this template file, choose Tools | Templates | |
4 | + * and open the template in the editor. | |
5 | + */ | |
6 | +package fr.plil.sio.web.mvc; | |
7 | + | |
8 | +import org.springframework.data.jpa.repository.JpaRepository; | |
9 | + | |
10 | +public interface DetteRepository extends JpaRepository<Dette,Long>{ | |
11 | + | |
12 | +} | ... | ... |