This commit is contained in:
qvalentin 2022-05-22 18:05:10 +02:00
parent b609fac559
commit 259c15b785
Signed by: qvalentin
GPG key ID: C979FA1EAFCABF1C
22 changed files with 408 additions and 34 deletions

View file

@ -1,8 +0,0 @@
package link;
import category.CategoryId;
public interface LinkIdGenerator {
LinkId generateId();
}