(int taskId, int labelId, int userId)
| 38 | // Label Methods |
| 39 | Task<bool> AddLabelToTaskAsync(int taskId, int labelId, int userId); |
| 40 | Task<bool> RemoveLabelFromTaskAsync(int taskId, int labelId, int userId); |
| 41 | Task<bool> SetTaskLabelsAsync(int taskId, List<int> labelIds, int userId); |
| 42 | Task<TaskActivityDto?> GetActivityByIdAsync(int activityId); |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected