Set up parent category mechanism.
This commit is contained in:
@@ -18,4 +18,6 @@ public interface CategoryPort {
|
||||
void deleteById(UUID categoryId);
|
||||
|
||||
boolean existsById(UUID categoryId);
|
||||
|
||||
List<Category> findAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user