Set up parent category mechanism.

This commit is contained in:
Florian THIERRY
2024-03-12 18:20:04 +01:00
parent a3295636b4
commit ed766d4c8c
8 changed files with 64 additions and 15 deletions

View File

@@ -18,4 +18,6 @@ public interface CategoryPort {
void deleteById(UUID categoryId);
boolean existsById(UUID categoryId);
List<Category> findAll();
}