implemented storing of bookmarks

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-02 22:48:49 +02:00
parent d1b8d1a062
commit 61b5a6ffbb
10 changed files with 130 additions and 5 deletions

View File

@@ -2,4 +2,5 @@
package de.srsoftware.umbrella.bookmarks;
public interface BookmarkDb {
String save(String url, String comment, long userId);
}