Fix dependency management.

This commit is contained in:
Florian THIERRY
2025-04-14 14:28:55 +02:00
parent 2ca85aab88
commit 8fa13103f3
10 changed files with 45 additions and 37 deletions

View File

@@ -9,4 +9,6 @@ interface ProductPort {
fun getAll(): List<Product>
fun save(product: Product)
fun deleteById(id: UUID)
}