feat: add licence admin gestion

This commit is contained in:
2024-02-04 13:49:01 +01:00
parent c6130cf65f
commit 0c9020890a
16 changed files with 826 additions and 457 deletions

View File

@@ -79,4 +79,5 @@ public class MembreService {
return Panache.withTransaction(() -> repository.persist(membreModel));
});
}
}