improved tag handling

This commit is contained in:
2025-07-28 14:22:34 +02:00
parent 382eae000c
commit 57b68015c3
6 changed files with 29 additions and 13 deletions

View File

@@ -3,9 +3,7 @@ package de.srsoftware.umbrella.core.api;
import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
import de.srsoftware.umbrella.core.model.UmbrellaUser;
import java.util.Collection;
import java.util.Set;
public interface TagService {
void deleteEntity(String task, long taskId);